Questions tagged [grunt-contrib-copy]

Moving documents and directories.

Is it possible to recursively copy everything using grunt-contrib-copy but excluding certain parts of the directory structure?

I have a directory structure set up like this: +-- gruntfile.js | +-- src/ | | | +-- lib/ | | | +-- imgs/** | | | +-- js/** Now, I am looking to create a distribution folder using grunt-contrib-copy: +-- gruntfile.js | ...

Copy files using grunt, in accordance with the ant pattern, while excluding any variable directories

My task is to transfer files from the src/ folder to the dist/plugin directory. Since the version can potentially change, I would like to exclude the version number in all instances. Here is what I currently have: files[{ cwd: 'src' src ...

Every time I execute Grunt, I am met with this message: The local npm module "grunt-contrib-copy" cannot be found. Have you installed it?

Struggling to get Grunt up and running here. Every time I try to run grunt, it throws a bunch of warnings at me: Local Npm module "grunt-contrib-copy" not found. Is it installed? Local Npm module "grunt-contrib-uglify" not found. Is it installed? Local ...