Change style.css to chronograf.css to be more consistent and branded

pull/10616/head
Alex P 2017-01-12 10:57:40 -08:00
parent e05ed8c2e6
commit 3118dbbdfc
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ module.exports = {
$: "jquery",
jQuery: "jquery",
}),
new ExtractTextPlugin("style.css"),
new ExtractTextPlugin("chronograf.css"),
new HtmlWebpackPlugin({
template: path.resolve(__dirname, '..', 'src', 'index.template.html'),
inject: 'body',

View File

@ -77,7 +77,7 @@ var config = {
$: "jquery",
jQuery: "jquery",
}),
new ExtractTextPlugin("style.css"),
new ExtractTextPlugin("chronograf.css"),
new HtmlWebpackPlugin({
template: path.resolve(__dirname, '..', 'src', 'index.template.html'),
inject: 'body',