/* | |
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