Skip to content

Instantly share code, notes, and snippets.

@madbence
Created February 28, 2017 10:23
Show Gist options
  • Save madbence/1dd4b477ac02c2cfab1d70168e558366 to your computer and use it in GitHub Desktop.
Save madbence/1dd4b477ac02c2cfab1d70168e558366 to your computer and use it in GitHub Desktop.
{
"presets": [
["env", {
"targets": {
"browsers": ["Chrome >= 56"]
}
}]
],
"plugins": ["inferno"]
}
#!/bin/bash
BIN=./node_modules/.bin
$BIN/watchify -dv -o bundle.js -t babelify src/app.js & $BIN/stylus -w -o bundle.css src/style/app.styl & wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment