Skip to content

Instantly share code, notes, and snippets.

@mikejholly
Created December 9, 2014 20:53
Show Gist options
  • Save mikejholly/3ad7498fa3caf36b359b to your computer and use it in GitHub Desktop.
Save mikejholly/3ad7498fa3caf36b359b to your computer and use it in GitHub Desktop.
Epic new build tool!
build: clean
uglifyjs -c app/js/* > build/main.js
clean:
rm -rf build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment