fis-skip-release
v1.0.1
Published
yog2/fis compile but not release
Downloads
3
Maintainers
Readme
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
});