grunt-beml
v0.1.1
Published
Grunt plugin for processing BEML templates
Downloads
2
Readme
grunt-beml
Plugin for processing BEML templates.
Installing
$ npm install --save-dev grunt-beml
Usage
grunt.initConfig({
beml: {
options: {
elemPrefix: '__',
modPrefix: '_',
modDlmtr: '_'
},
files: {
'dest/index.html': 'src/index.html'
},
},
});