Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created January 28, 2014 06:44
Show Gist options
  • Select an option

  • Save scottalan/8663235 to your computer and use it in GitHub Desktop.

Select an option

Save scottalan/8663235 to your computer and use it in GitHub Desktop.
Gruntfile
// Renames files for browser caching purposes
rev: {
dist: {
files: {
src: [
'<%= yeoman.dist %>/scripts/{,*/}*.js',
'<%= yeoman.dist %>/styles/{,*/}*.css',
'<%= yeoman.dist %>/images/{,*/}*.{png,jpg,jpeg,gif,webp,svg}',
'<%= yeoman.dist %>/styles/fonts/*'
]
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment