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 (66 forks)batch import
help wanted

Repository metrics

Stars
 (516 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

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

Is it intented ?

Contributor guide