Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
4d4eb354
Commit
4d4eb354
authored
Nov 01, 2018
by
Tarek Becker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add [hash] to filename of grafana.{light,dark}.css
parent
28b0ae1d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
public/views/index.template.html
+1
-1
scripts/webpack/webpack.dev.js
+1
-1
scripts/webpack/webpack.prod.js
+1
-1
No files found.
public/views/index.template.html
View file @
4d4eb354
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<link
rel=
"mask-icon"
href=
"public/img/grafana_mask_icon.svg"
color=
"#F05A28"
>
<link
rel=
"mask-icon"
href=
"public/img/grafana_mask_icon.svg"
color=
"#F05A28"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"public/img/apple-touch-icon.png"
>
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"public/img/apple-touch-icon.png"
>
<link
rel=
"stylesheet"
href=
"public/build/grafana.[[ .Theme ]].
css?v[[ .BuildVersion ]]+[[ .BuildCommit ]]
"
>
<link
rel=
"stylesheet"
href=
"public/build/grafana.[[ .Theme ]].
<%= webpack.hash %>.css
"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
...
...
scripts/webpack/webpack.dev.js
View file @
4d4eb354
...
@@ -80,7 +80,7 @@ module.exports = merge(common, {
...
@@ -80,7 +80,7 @@ module.exports = merge(common, {
plugins
:
[
plugins
:
[
new
CleanWebpackPlugin
(
'../../public/build'
,
{
allowExternal
:
true
}),
new
CleanWebpackPlugin
(
'../../public/build'
,
{
allowExternal
:
true
}),
new
MiniCssExtractPlugin
({
new
MiniCssExtractPlugin
({
filename
:
"grafana.[name].css"
filename
:
"grafana.[name].
[hash].
css"
}),
}),
new
HtmlWebpackPlugin
({
new
HtmlWebpackPlugin
({
filename
:
path
.
resolve
(
__dirname
,
'../../public/views/index.html'
),
filename
:
path
.
resolve
(
__dirname
,
'../../public/views/index.html'
),
...
...
scripts/webpack/webpack.prod.js
View file @
4d4eb354
...
@@ -71,7 +71,7 @@ module.exports = merge(common, {
...
@@ -71,7 +71,7 @@ module.exports = merge(common, {
plugins
:
[
plugins
:
[
new
MiniCssExtractPlugin
({
new
MiniCssExtractPlugin
({
filename
:
"grafana.[name].css"
filename
:
"grafana.[name].
[hash].
css"
}),
}),
new
ngAnnotatePlugin
(),
new
ngAnnotatePlugin
(),
new
HtmlWebpackPlugin
({
new
HtmlWebpackPlugin
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment