Skip to content

Instantly share code, notes, and snippets.

@jlouthan
Last active January 4, 2016 17:29
Show Gist options
  • Save jlouthan/8654468 to your computer and use it in GitHub Desktop.
Save jlouthan/8654468 to your computer and use it in GitHub Desktop.
A default configuration the the Grunt task concat.
concat: {
dist: {
src: [ 'scripts/{,*/}*.js'],
dest: 'scripts/production.js',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment