Open scrollup opened 9 years ago
I was having issues till I modified .bowerrc to
.bowerrc
{ "directory": "app/bower_components" }
from "directory": "bower_components"
"directory": "bower_components"
Also all references in Gruntfile.js I changed to /app/bower_components
Gruntfile.js
/app/bower_components
I was having issues till I modified
.bowerrc
tofrom
"directory": "bower_components"
Also all references in
Gruntfile.js
I changed to/app/bower_components