Home

Awesome

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'
    }
  }
});