fis-preprocessor-smarty-fix
v0.0.1
Published
smarty fix.
Readme
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'
}
}
});