gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 geöffnet am 27. Feb. 2015

Auf GitHub ansehen
 (12 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (516 Stars) (66 Forks)batch import
help wanted

Beschreibung

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

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

Is it intented ?

Contributor Guide