abuiles/borrowers

pg 50: [SimpleConcat: Concat: Vendor Styles/assets/vendor.css] failed error with addition of picnic

syivanes opened this issue · 2 comments

The Broccoli Plugin: [SimpleConcat: Concat: Vendor Styles/assets/vendor.css] failed with:
Error: ENOENT: no such file or directory

getting this right at the start of the server, browser not opening any pages now.

and the fix is... in ember-cli-build.js, you should only have this line for Picnic
app.import('bower_components/picnic/picnic.min.css');
there is no plugins.min.css file anymore and picnic.min.css is in Picnic's root directory, not picnic/releases.

Thanks! I'll keep this in mind for the next update.