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
Apologies if this has already been reported, I looked but didn't see anything about this issue specifically (unless it's related in some way to the comments in #12504?)..
The bower.jsonline 18 excludes the docs folder, while Gruntfile.jslines 20-22 try to load files from the (now missing) docs folder and the build fails.
I'm busy cloning the main repo into another folder to copy over the missing files, but surely if these are required to build the .less files, then they should be moved to a folder that isn't excluded?
Edit: Just to confirm, after copying the docs/ folder into my project's bower_components/bootstrap/ folder, the grunt build worked perfectly.
The text was updated successfully, but these errors were encountered:
Apologies if this has already been reported, I looked but didn't see anything about this issue specifically (unless it's related in some way to the comments in #12504?)..
The
bower.json
line 18 excludes thedocs
folder, whileGruntfile.js
lines 20-22 try to load files from the (now missing) docs folder and the build fails.I'm busy cloning the main repo into another folder to copy over the missing files, but surely if these are required to build the
.less
files, then they should be moved to a folder that isn't excluded?Edit: Just to confirm, after copying the
docs/
folder into my project'sbower_components/bootstrap/
folder, the grunt build worked perfectly.The text was updated successfully, but these errors were encountered: