Skip to content

Instantly share code, notes, and snippets.

@codeactual
Last active December 17, 2015 23:19
Show Gist options
  • Save codeactual/5688789 to your computer and use it in GitHub Desktop.
Save codeactual/5688789 to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
return {
middleware: {
files: {
src: ['middleware/**/*.js']
}
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment