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>2016-02-13 19:44:57 +0300
committerBen Langfeld <ben@langfeld.me>2016-02-13 19:44:57 +0300
commit922fe2c5bce293683b322c202ca28c5cb0241a9a (patch)
treee226a69890089f40c1cc4c5b7e8a4812c3edccb8
parentf5cc87b5d234f85e143190a87cca0202dd29c812 (diff)
Release CSS assets
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1937469..5ac2110 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -132,7 +132,7 @@ module.exports = function(grunt) {
},
clean: {
bundle: ['./candy.bundle.js', './candy.bundle.map', './candy.min.js'],
- libs: ['./libs.bundle.js', './libs.bundle.map', './libs.min.js'],
+ libs: ['./libs.bundle.css', './libs.bundle.js', './libs.bundle.map', './libs.min.js'],
docs: ['./docs']
},
mkdir: {
@@ -229,6 +229,7 @@ module.exports = function(grunt) {
'candy.min.map',
'CONTRIBUTING.md',
'CREDITS.md',
+ 'libs.bundle.css',
'libs.bundle.js',
'libs.bundle.map',
'libs.min.js',