mirror of https://github.com/grafana/grafana.git
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',
|
||||
'font/**/*',
|
||||
'img/**/*',
|
||||
'panels/bettermap/leaflet/*.png'
|
||||
'app/panels/bettermap/leaflet/images/*'
|
||||
],
|
||||
dest: '<%= tempDir %>'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue