projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6f942
)
include all themes in grunt task
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 13:05:36 +0000
(09:05 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Tue, 22 Oct 2013 13:05:39 +0000
(09:05 -0400)
Gruntfile.js
patch
|
blob
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index 124a78db365cb80b7c2f2ef2afb60f38cfcdba70..9b624a4afd21bfeab9c529cc0b69ddfc852070df 100644
(file)
--- 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'
}
}
},