When I wrote it I mean for src: ['**/*.js'] to select all javascript files.
But in my project I have a bower component stored in a folder named validate.js
removelogging was attempting to process the directory and failing.
I can fix this from my gruntfile by adding an isFile filter
Here is my Gruntfile task definition (coffeeScript)
When I wrote it I mean for
src: ['**/*.js']
to select all javascript files. But in my project I have a bower component stored in a folder named validate.js removelogging was attempting to process the directory and failing.I can fix this from my gruntfile by adding an isFile filter
But I think checking to see if an item is a file should be part of the core of this module. Submitting a PR