Also add to CSS

This commit is contained in:
Jesse Tan 2018-04-15 16:06:01 +02:00
parent b25fdd1549
commit 13ab16513c

View File

@ -143,7 +143,7 @@ module.exports = function(grunt) {
linebreak: true
},
files: {
src: [ 'sphinx_rtd_theme/static/js/theme.js' ]
src: [ 'sphinx_rtd_theme/static/js/theme.js', 'sphinx_rtd_theme/static/css/theme.css' ]
}
}
},