mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #518 from spenceralger/gruntfile-cleanup
fix the path to the leaflet image directory
This commit is contained in:
commit
dcafb85706
@ -27,7 +27,7 @@ module.exports = function (grunt) {
|
|||||||
'**/*.json',
|
'**/*.json',
|
||||||
'font/**/*',
|
'font/**/*',
|
||||||
'img/**/*',
|
'img/**/*',
|
||||||
'panels/bettermap/leaflet/*.png'
|
'app/panels/bettermap/leaflet/images/*'
|
||||||
],
|
],
|
||||||
dest: '<%= tempDir %>'
|
dest: '<%= tempDir %>'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user