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?