0

I used cg-angular-generator to start off my Angular app. Then I installed bootstrap-material

However, when I run git serve as per the documentation, I get errors in my console that give little clue as to what's causing them. For example, the error says it's happening in less-1.6.2.js:7379 but I looked in that file and there isn't even a line 7379. THe last line is 136.

Any ideas on how to solve this? enter image description here

CodyBugstein
  • 21,984
  • 61
  • 207
  • 363
  • (set less to [development mode](http://lesscss.org/usage/#using-less-in-the-browser-setting-options) to get human-readable error messages...). If you look closer to the `material.less` URL you'll notice what the error is (`http://bower_components/...`). – seven-phases-max Jul 29 '15 at 06:33
  • (And btw., since your project is `grunt`-based anyway consider to use `grunt-contrib-less` instead of client-side Less script. Loading and compiling all those files (it's ~70 for Bootstrap only) in browser is a waste of time.) – seven-phases-max Jul 29 '15 at 06:42
  • @seven-phases-max thanks for these tips – CodyBugstein Jul 29 '15 at 12:05

0 Answers0