gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 ouverte le 27 févr. 2015

Voir sur GitHub
 (12 commentaires) (2 réactions) (0 assignés)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 ?

Guide contributeur