summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 082ccff..272eccf 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -2,6 +2,8 @@
// Gruntfile
//
+'use strict';
+
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
@@ -12,7 +14,7 @@ module.exports = function(grunt) {
cleanTargetDir: true,
verbose: true,
targetDir: 'media/js/vendor',
- layout: 'byComponent',
+ layout: 'byComponent'
}
}
}