rhiokim / grunt-sloc

Source line of codes plugin for Grunt.js
MIT License
23 stars 12 forks source link

new feature: options.alias, custom ext to act like standard ext #20

Closed bubkoo closed 8 years ago

bubkoo commented 9 years ago

options.alias

Custom ext to act like standard ext.

example:

{
    vm: 'html'
}

Set velocity template file(*.vm) act as html.

rhiokim commented 8 years ago

@bubkoo Thanks a lot :+1: