Skip to content

Instantly share code, notes, and snippets.

@shibacomputer
Created March 20, 2017 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shibacomputer/3dce4aef66e5a2143f596cb359725a9d to your computer and use it in GitHub Desktop.
Save shibacomputer/3dce4aef66e5a2143f596cb359725a9d to your computer and use it in GitHub Desktop.
const opts = {
debug: process.env.NODE_ENVIRONMENT !== 'production',
verbose: true,
live: true,
stream: process.stdout,
pushstate: true,
browserify: {
transform: [ 'sheetify/transform' ],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment