Skip to content

Commit f356d72

Browse files
committed
include all themes in grunt task
1 parent 1e6f942 commit f356d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ module.exports = function(grunt) {
4848
'css/theme/simple.css': 'css/theme/source/simple.scss',
4949
'css/theme/sky.css': 'css/theme/source/sky.scss',
5050
'css/theme/moon.css': 'css/theme/source/moon.scss',
51-
'css/theme/solarized.css': 'css/theme/source/solarized.scss'
51+
'css/theme/solarized.css': 'css/theme/source/solarized.scss',
52+
'css/theme/blood.css': 'css/theme/source/blood.scss'
5253
}
5354
}
5455
},

0 commit comments

Comments
 (0)