0.0.1 • Published 9 years ago

fis-preprocessor-smarty-fix v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

fis-preprocessor-smarty-fix

usage

$ npm install -g fis-preprocessor-smarty-fix
$ vi path/to/project/fis-conf.js
//file : path/to/project/fis-conf.js
fis.config.merge({
    modules : {
        preprocessor : {
            html : 'smarty-fix'
        }
    }
});
0.0.1

9 years ago