You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
A recent change to the template Gruntfile.js seems to have broken the sass task of the generated web app. The following error is generator whenever a task is run involving the sass task:
$ Warning: Running "sass:dist" (sass) task
$ file to import not found or unreadable: bootstrap-sass/assets/stylesheets/_bootstrap.scss
$ Current dir: <path to webapp>/app/styles/
$ Line 4 Column 9 app\styles\main.scss
$ Warning: Use --force to continue.
This error has been seen both on Windows 7 and OS-X 10.10.4.
As mentioned in the comment, reverting the change to the template Gruntfile.js seems to fix the issue.
The text was updated successfully, but these errors were encountered:
Thanks for reporting and providing a fix. I forgot to reflect the wiredep changes in Gruntfile.js, like I did in index.js, so I decided to go that way instead of reverting.
A recent change to the template Gruntfile.js seems to have broken the sass task of the generated web app. The following error is generator whenever a task is run involving the sass task:
This error has been seen both on Windows 7 and OS-X 10.10.4.
As mentioned in the comment, reverting the change to the template Gruntfile.js seems to fix the issue.
The text was updated successfully, but these errors were encountered: