Downgrade of zeroclipboard plugin to make compatible with Grunt

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-28 14:59:19 -03:00
commit c7d2c8445b
4 changed files with 13 additions and 12 deletions

View file

@ -92,7 +92,8 @@ module.exports = function(grunt) {
'lib/socket.io-client/socket.io.js',
'lib/sjcl.js',
'lib/ios-imagefile-megapixel/megapix-image.js',
'lib/qrcode-decoder-js/lib/qrcode-decoder.min.js'
'lib/qrcode-decoder-js/lib/qrcode-decoder.min.js',
'lib/zeroclipboard/ZeroClipboard.min.js'
],
dest: 'lib/vendors.js'
},