frontend-dependencies icon indicating copy to clipboard operation
frontend-dependencies copied to clipboard

Feature Request: copy multiple files to multiple targets

Open FelixFurtmayr opened this issue 5 years ago • 1 comments

Could look like this in the options:

      "jquery": {               
          "version": "3.1.0", 
          "files": [{
             "src": "dist/*"
             "target": "test"
         }]
      },

Usecase: Now you are able to store common backend and frontend code into any folder you like from one npm module.

The issue is currently for documentation as I might implement it.

FelixFurtmayr avatar Mar 06 '20 12:03 FelixFurtmayr

I think this would be handy as with packages like bootstrap it has css and js files.

so I would want to copy the js into dest/js and css into dest/css.

jimbrew avatar Jun 10 '20 11:06 jimbrew