fixed the path to the leaflet image directory

This commit is contained in:
Spencer Alger
2013-09-20 11:14:45 -07:00
parent 412cefed78
commit d53f4fd276

View File

@@ -27,7 +27,7 @@ module.exports = function (grunt) {
'**/*.json',
'font/**/*',
'img/**/*',
'panels/bettermap/leaflet/*.png'
'app/panels/bettermap/leaflet/images/*'
],
dest: '<%= tempDir %>'
}