aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-10-22 09:05:36 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-10-22 09:05:39 -0400
commitf356d7228ac4dbd694324c7676134b37e167ec55 (patch)
treedb8295224fcf6a4b53d56f2a134b80b3426a9b16 /Gruntfile.js
parent1e6f9429dfcbba6dd91d19b9fb3d35cc35d61b41 (diff)
downloadfreenode-live-2017-presentation-f356d7228ac4dbd694324c7676134b37e167ec55.tar
freenode-live-2017-presentation-f356d7228ac4dbd694324c7676134b37e167ec55.tar.gz
include all themes in grunt task
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 124a78d..9b624a4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -48,7 +48,8 @@ module.exports = function(grunt) {
'css/theme/simple.css': 'css/theme/source/simple.scss',
'css/theme/sky.css': 'css/theme/source/sky.scss',
'css/theme/moon.css': 'css/theme/source/moon.scss',
- 'css/theme/solarized.css': 'css/theme/source/solarized.scss'
+ 'css/theme/solarized.css': 'css/theme/source/solarized.scss',
+ 'css/theme/blood.css': 'css/theme/source/blood.scss'
}
}
},