Skip to content

Instantly share code, notes, and snippets.

@bclinkinbeard
Created January 28, 2014 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bclinkinbeard/8660778 to your computer and use it in GitHub Desktop.
Save bclinkinbeard/8660778 to your computer and use it in GitHub Desktop.
js(jsConfig, function (err, src) {
if (err) {
console.log(err);
return;
}
fs.writeFileSync(__dirname + '/bundle.js', src, 'utf8');
console.log('js');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment