gruntjs/grunt-contrib-clean

Skipping files seems broken

Open

#65 建立於 2015年2月27日

在 GitHub 查看
 (12 留言) (2 反應) (0 負責人)JavaScript (516 star) (66 fork)batch import
help wanted

描述

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

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

Is it intented ?

貢獻者指南