Change style.css to chronograf.css to be more consistent and branded
parent
e05ed8c2e6
commit
3118dbbdfc
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue