Closed soswow closed 10 years ago
Would you please try it again? I probably should never force publish npm package, sorry for that.
IT works now, thx.
I can't understand why it's not working ...
bower:
install:
dest: '<%= paths.bower %>'
I have bower.json in the root. When I run grunt bower
Nothing happens =\
oh ... =( "Copy bower installed components to dist folder." - didn't read that =)) It doesn't install bower components =)
grunt-bower
won't install bower components for you, it just copy bower
installed components to another destination for easier production build.
If you are looking for something will do bower install
for you, try grunt-bower-task
"grunt-bower": "curist/grunt-bower",
is temp. solution )