yatskevich / grunt-bower-task

Grunt plugin for Bower
MIT License
490 stars 117 forks source link

When running with .bowerrc, "copy" message is incorrect #106

Open derekdata opened 10 years ago

derekdata commented 10 years ago

.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.

chrispappas commented 10 years ago

+1

Also seeing this behaviour - components are installed to the correct dir spec'd in the .bowerrc file, but the grunt output is wrong.

zverev commented 10 years ago

+1

Taiche commented 10 years ago

I expected the "main" file like jquery.js would be copied to /project-dir/lib but the lib folder was empty...

AndrewDryga commented 10 years ago

+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

codewithtyler commented 8 years ago

@AndrewDryga support for this package has not been dropped.