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