Closed ghost closed 8 years ago
the square brackets means that the params are optional and not an array.
your example should be look like this:
mainBowerFiles('**/**/*.css', {includeDev:true})
There was a problem in the yeoman generator not downloading the bower files . there are no bower files to move . Sorry for the time waste
I am not sure if i am doing something wrong or what but , as far as i can recall the syntax for mainbowerfiles was
This was working until today when i got the latest version. This is now breaking and according to your documentation the "new" ( if it is new, i dont remember reading the docs )
I have tried this
but am getting a
SyntaxError: Unexpected token }
. Im a bit lost at how to implement this.feeling like a proper noob here.