Commit d53f4fd2 by Spencer Alger

fixed the path to the leaflet image directory

parent 412cefed
......@@ -27,7 +27,7 @@ module.exports = function (grunt) {
'**/*.json',
'font/**/*',
'img/**/*',
'panels/bettermap/leaflet/*.png'
'app/panels/bettermap/leaflet/images/*'
],
dest: '<%= tempDir %>'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment