grunt-bower-task
grunt-bower-task copied to clipboard
When running with .bowerrc, "copy" message is incorrect
.bowerrc
{
"directory": "www/components"
}
Command output
$ grunt bower
Running "bower:install" (bower) task
>> Installed bower packages
>> Copied packages to /project-dir/lib
Done, without errors.
Result is that all files are in /project-dir/www/components, not /project-dir/lib as stated by the output.
+1
Also seeing this behaviour - components are installed to the correct dir spec'd in the .bowerrc file, but the grunt output is wrong.
+1
I expected the "main" file like jquery.js would be copied to /project-dir/lib but the lib folder was empty...
+1
Guys, since author dropped support of this package, i've created new one and merged pull request with fix for this issue into it (among few additional changes): https://github.com/AndrewDryga/grunt-bower-installer
@AndrewDryga support for this package has not been dropped.