summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index bb6dfbd..8a3c6d4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -11,7 +11,10 @@ module.exports = function(grunt) {
src: [
'js/vendor/FileSaver/FileSaver.js',
'js/vendor/dataUriToBlob.js',
+ 'js/gif-encode/util.js',
+ 'js/gif-encode/tube.js',
'js/gif-encode/client.js',
+ 'js/ui-template.js',
'js/record.js'
],
dest: 'js/record.concat.js',