nadavshatz / ember-cli-foundation-sass

Automatically sets up Foundation 5 SASS in your Ember CLI app.
https://www.npmjs.org/package/ember-cli-foundation-sass
MIT License
68 stars 18 forks source link

Error in Ember-Cli 0.1.11 #17

Closed tygriffin closed 9 years ago

tygriffin commented 9 years ago

Using with ember-cli 0.1.11 produces this error:

ember-cli-foundation-sass requires ember-cli version 0.1.2 or greater.

As a workaround I've just commented out this:

    if (emberCLIVersion < '0.1.2') {
      throw new Error('ember-cli-foundation-sass requires ember-cli version 0.1.2 or greater.\n');
    }

But I imagine there's a better npm-ish way to set the ember-cli dependency.

Globegitter commented 9 years ago

Sorry, will push fixed version asap.