gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 opened on 2015年2月27日

GitHub で見る
 (12 comments) (2 reactions) (0 assignees)JavaScript (516 stars) (66 forks)batch import
help wanted

説明

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

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

Is it intented ?

コントリビューターガイド

Skipping files seems broken · gruntjs/grunt-contrib-clean#65 | Good First Issue