Skip to content

Instantly share code, notes, and snippets.

@yyx990803
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save yyx990803/d8cc18271df4028703f1 to your computer and use it in GitHub Desktop.

Select an option

Save yyx990803/d8cc18271df4028703f1 to your computer and use it in GitHub Desktop.
dev script
"scripts": {
"dev": "watchify -e src/main.js -o js/build.js -v & stylus -w css/style.styl && fg"
}
@yyx990803
Copy link
Author

Simple one liner for browserify + stylus. Put this in package.json and just npm run dev!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment