Commit dcafb857 by spenceralger

Merge pull request #518 from spenceralger/gruntfile-cleanup

fix the path to the leaflet image directory
parents b1948b2d d53f4fd2
...@@ -27,7 +27,7 @@ module.exports = function (grunt) { ...@@ -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 %>'
} }
......
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