Skip to content

Instantly share code, notes, and snippets.

@brunogarcia
Created October 14, 2015 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunogarcia/1d1d7da1246e5688c20d to your computer and use it in GitHub Desktop.
Save brunogarcia/1d1d7da1246e5688c20d to your computer and use it in GitHub Desktop.
/*
Bower copy
Scrupulously manage file locations for bower dependencies.
https://www.npmjs.com/package/grunt-bowercopy
*/
'bowercopy': {
libs: {
options: {
destPrefix: '<%= config.dev %>/assets/js/vendors'
},
files: {
'jquery.js': 'jquery/dist/jquery.js',
'preloadjs.js': 'PreloadJS/lib/preloadjs-0.6.1.min.js',
'soundjs.js': 'SoundJS/lib/soundjs-0.6.1.min.js',
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment