Skip to content

maxpoletaev/grunt-beml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Grunt plugin for processing BEML templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published