Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save franklinjavier/1a8e4da458f06c49c9fd to your computer and use it in GitHub Desktop.

Select an option

Save franklinjavier/1a8e4da458f06c49c9fd to your computer and use it in GitHub Desktop.
imagemin: {
dynamic: {
files: [{
expand: true,
cwd: 'app/assets/img/',
src: ['**/*.{png,jpg,gif}'],
dest: 'dist/img/'
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment