This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
21
Packages
Projects
Releases
Wiki
Activity
011fdf7ab6
grafana
/
tasks
/
options
/
useminPrepare.js
9 lines
127 B
JavaScript
Raw
Normal View
History
Unescape
Escape
trying to get css, and js build file revisioning working
2014-05-31 15:22:49 +08:00
module
.
exports
=
function
(
config
)
{
return
{
trying to get revision asset replacements to work with different paths
2015-01-01 02:01:10 +08:00
html
:
[
'tmp/index.html'
,
'tmp/views/index.html'
,
]
trying to get css, and js build file revisioning working
2014-05-31 15:22:49 +08:00
}
;
}
;