generator-marionette icon indicating copy to clipboard operation
generator-marionette copied to clipboard

Gruntfile

Open abdula opened this issue 11 years ago • 1 comments

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?

abdula avatar Feb 25 '14 15:02 abdula

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.

nigel-dev avatar Mar 19 '14 19:03 nigel-dev