Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the point of start script if it's not used? #7

Open
drozzy opened this issue Jul 11, 2013 · 1 comment
Open

What's the point of start script if it's not used? #7

drozzy opened this issue Jul 11, 2013 · 1 comment

Comments

@drozzy
Copy link

drozzy commented Jul 11, 2013

Whats the point of this section of the package.ls if you specifically say to run ./scripts/server.sh??? Why not npm start? Why do we need to run ./scripts/init.sh instead of npm install?

scripts:
prepublish: './node_modules/.bin/lsc -cj package.ls'
start: './node_modules/.bin/brunch watch --server'
test: 'testacular test/testacular.config.js'

Am I missing something?

@clkao
Copy link
Owner

clkao commented Jul 11, 2013

You are absolutely right. I believe those are the artifact from the original js or coffee based seed. send a PR to remove them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants