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
This does not work for me (no output is happening, verbose says [no files]):
dist: { js: { src: [ 'public/src/scripts/js/interface/interface.js', 'public/src/scripts/js/google-maps.js' ], dest: 'public/dist/bundle.js' }, css: { src: [ 'public/src/css/pci.css' ], dest: 'public/dist/bundle.css' } }
While this does:
dist: { files : { 'public/dist/bundle.js' : [ 'public/src/scripts/js/interface/interface.js', 'public/src/scripts/js/google-maps.js' ], 'public/dist/bundle.css' : [ 'public/src/css/pci.css'] } }
grunt v1.0.2 npm 5.6.0 [email protected]
The text was updated successfully, but these errors were encountered:
Cheers! Still works fine, but glad you posted this comment. Hopefully the author will update the documentation @paddelboot
Sorry, something went wrong.
No branches or pull requests
This does not work for me (no output is happening, verbose says [no files]):
While this does:
grunt v1.0.2
npm 5.6.0
[email protected]
The text was updated successfully, but these errors were encountered: