Skip to content

Instantly share code, notes, and snippets.

@ymek
Last active December 20, 2015 18:59
Show Gist options
  • Select an option

  • Save ymek/6179635 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/6179635 to your computer and use it in GitHub Desktop.
copy: {
dist: {
files: [
{
expand: true,
cwd: 'sinatra',
src: ['**', '!public/js/**'],
dest: '<%= dist_dir %>',
filter: 'isFile'
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment