I am fairly new to Grunt & Bower and am trying to understand how fireshell works but I can't quite seem to get why normalize-css/normalize.css isn't appearing in the components/ folder.
#27 and #32 are suppose to manage normalize trough bower, as in download the latest build from necolas's build, right?... well that's what I think I understand.
The problem is that when I run grunt-dev.bat for the first time bower doesn't get the file but everything else seems to work.
Am I missing or misunderstanding something? Do I have to add it manually into the folder?
Bower 1.2.8
Node 0.12.7
Windows 7 x64
I am fairly new to Grunt & Bower and am trying to understand how fireshell works but I can't quite seem to get why
normalize-css/normalize.cssisn't appearing in thecomponents/folder.#27 and #32 are suppose to manage normalize trough bower, as in download the latest build from necolas's build, right?... well that's what I think I understand.
The problem is that when I run
grunt-dev.batfor the first time bower doesn't get the file but everything else seems to work.Am I missing or misunderstanding something? Do I have to add it manually into the folder?