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

grunt task to copy bower installed packages to other folder(s)

Results 13 grunt-bower issues
Sort by recently updated
recently updated
newest added

been struggling for a bit trying to make it cop-y over fonts folder from font-awesome this is the current config: ```javascript bower: { dev: { dest: 'src/client', js_dest: 'src/client/js/vendor', css_dest:...

[See my comment in issue 58](https://github.com/curist/grunt-bower/issues/58#issuecomment-300861589) Within a single packageSpecific block, it'd be nice to be able to send resources of a single type to multiple destinations (i.e., fonts_dest, and...

I have a use case where one of my targets is only interested in 3 of 15 packages. What I could really do with here is an option that works...

From what I've read there's no way to do this. It would be great though... My use case, I'm using one gruntfile to manage two parallel development apps (web and...

It seems like jquery-validation (and maybe some others?) doesn't get copied although all the others do. This is my grunt task: ``` bower: { common: { dest: "wwwroot/", js_dest: "wwwroot/js",...

It would be nice if devDependencies could be ignored, without having to manually specify them in the Gruntfile. I know that this can be done by reading the bower.json and...

It would be great to have also production and mapping files copied to dest by default. To select the kind(s) of files a dedicated option for specifying globbing patterns could...

instead of just excepting explicit names of packages to ignore... it would be good to handle these tyipcally with regex so that people can say things like.... `ignorePackages: ['jquery.*', 'bootstrap']`...

I accidentally forgot to install a bower component that I had defined in `packageSpecific` options, for some reason this caused grunt-bower to fail silently, not copying over any of the...

When I install the Bootstrap.js with Bower and after I call grunt-bower to copy the libraries into the 'targetDir', all the imported .less files by the bootstrap.less (ex.:carousel.less,forms.less,etc...) are ignored...