Error on 'gulp run'
When I run gulp run for the first time (while setting up the project initially), I get an error message saying that "font-awesome.less wasn't found"
What is the problem here?
seems font-awesome is missing from npm install???
How would I go about fixing this error?
do "bower install", this seems missing,,, but i could be wrong as I'm just trying this one out myself.
yap. seems that helps..
Isn't 'bower install' invoked from here (https://github.com/madvas/gae-angular-material-starter/blob/75c6845e3b0253ecfc7bd0f2ccb68d1ba0a78343/gulpfile.js#L76-L78)? What did you change to get it working without that error?
Yeah.. seems that didn't trigger "bower install". now i'm getting this error...
ImportError: No module named flask
Did you run 'bower install' after running 'npm install'? That doesn't seem to work for me; it says 'bower: command not found'
Hey, i started over using Yeoman. Just follow the instruction and it works..
before i started cloning from github and failed for many reasons. Hope works.
If you fail on bower.. get bower first.
Okay, I'll try that... Although I'm having trouble installing Yeoman - any idea why that might be?
UPDATE: Managed to install it by running this SO answer (http://stackoverflow.com/a/20750211/3306593) beforehand
Ran all of the process using Yeoman now - still getting the error about Font-Awesome when I run 'gulp run'