Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 248 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 248 Bytes

fis-optimizer-ng-annotate

压缩AngularJS代码前预处理。

用法

修改 fis-conf.js

fis.config.merge({
    modules : {
        optimizer : {
            js : ['ng-annotate', 'uglify-js']
        }
    }
});