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
Grunt task
grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), cacheBust: { build: { options: { queryString: true, baseDir: './assets/', jsonOutput: true, assets: ['css/**/*.css', 'js/**/*.js'], }, files: [{ expand: true, src: ['./views/**/*.ejs'] }] } })
Result:
<script src="/js/plugins/jquery.js?3210f0f7a3c99d2e?3210f0f7a3c99d2e?3210f0f7a3c99d2e"></script>
The text was updated successfully, but these errors were encountered:
as I see relates to #227
Sorry, something went wrong.
No branches or pull requests
Grunt task
Result:
The text was updated successfully, but these errors were encountered: