Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 510 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 510 Bytes

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.