gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 opened on Feb 27, 2015

View on GitHub
 (12 comments) (2 reactions) (0 assignees)JavaScript (516 stars) (66 forks)batch import
help wanted

Description

The following configuration does not skip the js/main.js file:

{
  clean: {
    js: ['js/', '!js/main.js']
  }
}

Is it intented ?

Contributor guide