Open FelixFurtmayr opened 4 years ago
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.
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.
Could look like this in the options:
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.