maxparm / node-underscorify

Underscore template pre-compiler for browserify
MIT License
31 stars 12 forks source link

Add Option Overrides #15

Closed zebulonj closed 5 years ago

zebulonj commented 9 years ago

These changes use the transform specific options passed by grunt-browserify. I made the changes in index.js. I expect you'll want to port them over the index.coffee, if you want to accept this enhancement.

Fixes #14.

zebulonj commented 9 years ago

@maxparm Any chance of merging this in and pushing a new npm package?

maxparm commented 9 years ago

Yeah @zebulonj I will look into it today or tomorrow. It breaks also the tests.

zebulonj commented 9 years ago

@maxparm Fixed the issue that was causing tests to fail.

maxparm commented 9 years ago

Perfect thanks a lot!