mrichard / generator-marionette

Yeoman marionette generator a la AMD
329 stars 72 forks source link

Gruntfile #43

Open abdula opened 10 years ago

abdula commented 10 years ago

Hello. I have few questions:

  1. What is a role of the connect:testserver task? I think that express task execute the same role.
  2. Maybe will be better to use connect-livereload package instead of changing index.html.
  3. Express server doesn't provide static files from the dist folder, only app, .tmp. Who will be provide static files in production, maybe nginx?
nigel-dev commented 10 years ago

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.