Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-08-11 16:20:01 +0300
committerBen Langfeld <ben@langfeld.me>2015-08-11 16:20:01 +0300
commit04812f700f822c167d5913027c9eb49d9f2c56e2 (patch)
tree2a47bf967897cd9f81fa1bc375f3d5fad3bd9792
parentdf6c7472d71a86d97d2ae55146d06b624e8e0016 (diff)
Build before releasing
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4d25157..279bdbb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -259,6 +259,7 @@ module.exports = function(grunt) {
]);
grunt.registerTask('docs', ['mkdir:docs', 'natural_docs', 'notify:docs']);
grunt.registerTask('release', [
+ 'default',
'prompt',
'compress',
'github-release'