gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 aperta il 27 feb 2015

Vedi su GitHub
 (12 commenti) (2 reazioni) (0 assegnatari)JavaScript (66 fork)batch import
help wanted

Metriche repository

Star
 (516 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

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

Is it intented ?

Guida contributor