Open ashubham opened 8 years ago
I am using
grunt.loadNpmTasks('grunt-cache-bust');
in my gruntfile. But when running the grunt it complaints, no task cacheBust found.
cacheBust
On investigation I found out that if I pass grunt as a parameter on https://github.com/hollandben/grunt-cache-bust/blob/master/tasks/cachebust.js#L23
grunt
it registers the task successfully.
I had the same issue, downgraded to v1.6.0 and it worked fine.
I am using
grunt.loadNpmTasks('grunt-cache-bust');
in my gruntfile. But when running the grunt it complaints, no task
cacheBust
found.On investigation I found out that if I pass
grunt
as a parameter on https://github.com/hollandben/grunt-cache-bust/blob/master/tasks/cachebust.js#L23it registers the task successfully.