Closed tygriffin closed 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.
Sorry, will push fixed version asap.
Using with ember-cli 0.1.11 produces this error:
As a workaround I've just commented out this:
But I imagine there's a better npm-ish way to set the ember-cli dependency.