Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: copy multiple files to multiple targets #19

Open
FelixFurtmayr opened this issue Mar 6, 2020 · 1 comment
Open

Feature Request: copy multiple files to multiple targets #19

FelixFurtmayr opened this issue Mar 6, 2020 · 1 comment

Comments

@FelixFurtmayr
Copy link
Collaborator

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.

@jimbrew
Copy link

jimbrew commented Jun 10, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants