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