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.file.delete accepts an optional param "options" to enable force deletion outside grunt working directory (http://gruntjs.com/api/grunt.file#grunt.file.delete).
grunt.file.delete
Would be appreciated if grunt-cache-bust also accept some kind of parameter to force original files deletion outside grunt working directory.
The text was updated successfully, but these errors were encountered:
Adding option to delete files outside current working directory. Fixes …
d816b1b
…benhoIIand#192
Successfully merging a pull request may close this issue.
grunt.file.delete
accepts an optional param "options" to enable force deletion outside grunt working directory (http://gruntjs.com/api/grunt.file#grunt.file.delete).Would be appreciated if grunt-cache-bust also accept some kind of parameter to force original files deletion outside grunt working directory.
The text was updated successfully, but these errors were encountered: