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

Modernizr not found after version 3.0.0 #31

Closed wzrdtales closed 8 years ago

wzrdtales commented 9 years ago

Since the foundation dependency of modernizr resolves to version 3.0.0, there seems there have been introduced some incompatibilities.

The following error gets thrown

ENOENT, no such file or directory '/tmp/concat_with_maps-input_base_path-c6LK6QBl.tmp/0/bower_components/modernizr/modernizr.js'
scolyer commented 9 years ago

I'm having the same issue.

hergaiety commented 9 years ago

Same here. Would love to know a fix :+1:

Actually found a pretty easy workaround. In your project file just specify the version of Modernizr you'd like to be using.

I added this line to my bower.json just above the foundation requirement:

...
"modernizr": "^2.8.3",
"foundation": "^5.5.2",
...

Hope this helps @scolyer @wzrdtales

bpang commented 9 years ago

Thanks!

scolyer commented 9 years ago

Thanks @sharpshark28 :)

nadavshatz commented 8 years ago

I'm closing all old issues as they are very old.

Please open a new issue if you are experiencing issues with the new version.