kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Add `server` blueprint, and remove from http-mock and http-proxy blueprint. #38

Closed rwjblue closed 9 years ago

rwjblue commented 9 years ago

In Ember CLI 0.1.4 both http-mock and http-proxy use the same server blueprint (and do not have separate/diverged implementations). See:

kimroen commented 9 years ago

We do not implement these blueprints in ember-cli-coffeescript as server-side code wouldn't be compiled to javascript. Thanks for thinking of it, though!

rwjblue commented 9 years ago

Sorry for the noise, but thanks for confirming this is not an issue.