Skip to content

nengc/fis-skip-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

yog2/fis compile but not release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published