We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: