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:
-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'