diff options
| author | Julie Lala <jules@okfoc.us> | 2014-01-29 10:34:33 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-01-29 10:34:33 -0500 |
| commit | 9295d45a6b55d85178d8c0a37da5cb677ff3e9b0 (patch) | |
| tree | a70c756f8ca8c0a7f4aee9e55e7ff9aeeb456c73 /Gruntfile.js | |
| parent | 2fd607a4c197db642e799e4bcf3e113429d056ba (diff) | |
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 232ec16..3729a4c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,10 +18,10 @@ module.exports = function(grunt) { }, client: { src: [ - 'js/client/worker.min.js', 'js/client/util.js', 'js/client/tube.js', 'js/client/client.js', + 'js/worker.min.js', ], dest: 'js/client.concat.js', }, |
