Quentin De Smedt

Results 1 comments of Quentin De Smedt

Hi, I needed to exclude a directory too. I ended up using `grunt.file.expand`: ``` files: { './': grunt.file.expand({ filter: function ( path ) { // Exclude this folder return path.indexOf('excluded-folder-name')...