summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Gruntfile.js4
2 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 05aa84c5..37eef13c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
.idea
components
node_modules
-build
+build \ No newline at end of file
diff --git a/Gruntfile.js b/Gruntfile.js
index ed538f2b..bde3d55d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -106,4 +106,8 @@ module.exports = function (grunt) {
var t = this.target;
grunt.task.run('build:'+t, 'build-responsive:'+t);
});
+
+ grunt.registerTask('default', 'build a theme, both not responsive and responsive', function() {
+ grunt.task.run('swatch');
+ });
}; \ No newline at end of file