acoustep / ember-cli-foundation-6-sass

MIT License
64 stars 33 forks source link

Move ember-cli-babel to `dependencies` #60

Closed mirague closed 7 years ago

mirague commented 7 years ago

In order to solve the below deprecation warning introduced in Ember 2.12:

DEPRECATION: Addon files were detected in `/Users/melvin/Projects/bazaar/node_modules/ember-cli-foundation-6-sass/addon`, but no JavaScript preprocessors were found for `ember-cli-foundation-6-sass`. Please make sure to add a preprocessor (most likely `ember-cli-babel`) to in `dependencies` (NOT `devDependencies`) in `ember-cli-foundation-6-sass`'s `package.json`.
mirague commented 7 years ago

My bad, I see #59 already addresses this.