Skip to content

Instantly share code, notes, and snippets.

@mgutz
Last active January 3, 2016 05:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgutz/8414644 to your computer and use it in GitHub Desktop.
Save mgutz/8414644 to your computer and use it in GitHub Desktop.
module.exports = function(gee) {
return {
scripts: {
src: "src/**/*.js",
pipe: function() { return [jshint(), concat(), uglify(), dest('dist/all.js')] }
}
};
};
// to watch? simple, add -w flag
gee run scripts -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment