include all themes in grunt task
This commit is contained in:
parent
1e6f9429df
commit
f356d7228a
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ module.exports = function(grunt) {
|
||||||
'css/theme/simple.css': 'css/theme/source/simple.scss',
|
'css/theme/simple.css': 'css/theme/source/simple.scss',
|
||||||
'css/theme/sky.css': 'css/theme/source/sky.scss',
|
'css/theme/sky.css': 'css/theme/source/sky.scss',
|
||||||
'css/theme/moon.css': 'css/theme/source/moon.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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue