summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-29 10:21:57 -0500
committerjules <jules@okfoc.us>2014-01-29 10:21:57 -0500
commit89ab28ddbc63a13a98314b107624b68d0109466e (patch)
tree00349e479650bb74551dd10af5d7a291ddfaf294 /Gruntfile.js
parent50749723960eee4b15e3610e16931f5f579de29b (diff)
gif-encode.min.js
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js12
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: [