diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 688104d..7908f2a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,6 +10,18 @@ module.exports = function(grunt) { dest_html: 'dist/index.html' } }, + blobify: { + worker: { + src: [ + 'js/gif-encode/GIFEncoder.js', + 'js/gif-encode/LZWEncoder.js', + 'js/gif-encode/NeuQuant.js', + 'js/gif-encode/worker.js', + ] + dest: 'js/gif-encode/worker.concat.js' + } + }, + }, concat: { dist: { src: [ |
