diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-18 22:14:47 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-18 22:14:47 -0500 |
| commit | 1c3c342fe305b9e75f1f5f9232ce84bedfcdf672 (patch) | |
| tree | 20075f51f1e4140776329adf6b5eb14b54626eef /Gruntfile.js | |
| parent | 36a384f05993d22367127234dc45252ae6a3f4e7 (diff) | |
ui template
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 3 |
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', |
