Skip to content

A postprocessor plugin for fis to wrap javascript with closure or amd define.

License

Notifications You must be signed in to change notification settings

fouber/fis-postprocessor-jswrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fis-postprocessor-jswrapper

A postprocessor plugin for fis to wrap javascript with closure or amd define.

settings

$ vi path/to/project/fis-conf.js
fis.config.merge({
    settings : {
        postprocessor : {
            jswrapper : {
                //wrap type. if omitted, it will wrap js file with '(function(){...})();'.
                type : 'amd',
                //you can use template also, ${content} means the file content
                //template : '!function(){${content}}();',
                //wrap all js file, default is false, wrap modular js file only.
                wrapAll : true
            }
        }
    }
});

About

A postprocessor plugin for fis to wrap javascript with closure or amd define.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published