Skip to content

Instantly share code, notes, and snippets.

View topheman's full-sized avatar
🦀

Christophe Rosset topheman

🦀
View GitHub Profile
@revolunet
revolunet / compile.js
Created May 28, 2015 20:31
browserify + babel
var fs = require("fs");
var browserify = require("browserify"),
babelify = require("babelify"),
watchify = require('watchify'),
partialify = require('partialify');
var input = './www/js/commonjs/app.js',
output = './www/bundle.js',
debug = true;