summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@entelect.co.za>2014-07-31 17:23:39 +0200
committerJustin Worthe <justin.worthe@entelect.co.za>2014-07-31 17:23:39 +0200
commit887de9d0e29b35076ef138a474d5def3a9cb6179 (patch)
tree93a61d2d5558eb36303e2330abfd4f9223ba0c30 /Gruntfile.js
parent0a4b32158d6ddd17eb9df21ff5940c736eb8208e (diff)
Fixed semicolon issues
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 29e5d02..c08fca4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -58,7 +58,6 @@ module.exports = function (grunt) {
files: [
// includes files within path and its sub-directories
{ expand: true, src: ['assets/**'], dest: 'dist/' },
- { expand: true, flatten: true, src: ['game/plugins/*.js'], dest: 'dist/js/plugins/' },
{ expand: true, flatten: true, src: ['vendor/*.js'], dest: 'dist/js/' },
{ expand: true, src: ['css/**'], dest: 'dist/' },
{ expand: true, src: ['index.html'], dest: 'dist/' }