summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-11 19:03:45 +0200
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-11 19:06:40 +0200
commit0a7985a31018b34eaa700a6f63836868a262f3c8 (patch)
tree544430596549ee170598edfc0b27daa6628c2465 /Gruntfile.js
parent9df3e5227b82a2632c54575a213d077f445b1e67 (diff)
More tabs to spaces.
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 25b08375..29db36f4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -84,7 +84,7 @@ module.exports = function (grunt) {
var t = this.target;
grunt.task.run('build:'+t);
});
-
+
grunt.registerTask('default', 'build a theme', function() {
grunt.task.run('swatch');
});