summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
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',
},