gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 aberto em 27 de fev. de 2015

Ver no 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 ?

Guia do colaborador