generator-marionette
generator-marionette copied to clipboard
Gruntfile
Hello. I have few questions:
- What is a role of the connect:testserver task? I think that express task execute the same role.
- Maybe will be better to use connect-livereload package instead of changing index.html.
- Express server doesn't provide static files from the dist folder, only app, .tmp. Who will be provide static files in production, maybe nginx?
To my knowledge, that task spins up the test server that runs on localhost:1234 to allow you to see in another fashion the results of your mocha/chai test cases.