0.1.0 • Published 7 years ago

browserify-gnirts v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Browserify-gnirts

A browserify transform for gnirts

Installing

npm i -D browserify-gnirts

Usage

var gnirts = require('browserify-gnirts')

browserifyBundle.transform(gnirts);

Command line

./node_modules/.bin/browserify -t browserify-gnirts test/test-*.js -o bundle.js

More information

See gnirts for the usage of the directive and more information.