Open drozzy opened 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/server.sh
npm start
./scripts/init.sh
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?
You are absolutely right. I believe those are the artifact from the original js or coffee based seed. send a PR to remove them?
Whats the point of this section of the package.ls if you specifically say to run
./scripts/server.sh
??? Why notnpm start
? Why do we need to run./scripts/init.sh
instead ofnpm 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?