maxparm / node-underscorify

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

Underscore Locally #7

Closed veacks closed 10 years ago

veacks commented 10 years ago

Added local support for underscore if window._ is undefine

maxparm commented 10 years ago

@veacks you can install version 0.0.11 and import underscore using the requires attribute.

var underscorify = require('node-underscorify').transform({
  requires: [{
    variable: '_',
    module: 'underscore'
  }]
});