clkao / angular-brunch-seed-livescript

AngularJS + Brunch.io
Other
21 stars 9 forks source link

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

Open drozzy opened 11 years ago

drozzy commented 11 years ago

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 commented 11 years ago

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