grunt-bower-task icon indicating copy to clipboard operation
grunt-bower-task copied to clipboard

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

Open derekdata opened this issue 11 years ago • 5 comments

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

derekdata avatar Feb 07 '14 19:02 derekdata

+1

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

chrispappas avatar Feb 10 '14 16:02 chrispappas

+1

zverev avatar Mar 03 '14 11:03 zverev

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

Taiche avatar Mar 11 '14 08:03 Taiche

+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 avatar Apr 08 '14 00:04 AndrewDryga

@AndrewDryga support for this package has not been dropped.

codewithtyler avatar May 13 '16 13:05 codewithtyler