1.0.1 • Published 8 years ago

fis-skip-release v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

fis-skip-release

Features

  • Compile but not release
  • Especially when you use '__inline' , and do not want to release the original file

Install

npm install fis-skip-release -g

How to Use

Import the module

fis.require('skip-release');

Match the files that compile but not release

fis.match('**/js/config/config.*.js', {
    compileButNotRelease: true
});

That's all, enjoy it