A browserify transform for gnirts
npm i -D browserify-gnirts
var gnirts = require('browserify-gnirts')
browserifyBundle.transform(gnirts);
./node_modules/.bin/browserify -t browserify-gnirts test/test-*.js -o bundle.js
See gnirts for the usage of the directive and more information.