From d53f4fd2765e327ba28eb39895946bb18ff09b1e Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Fri, 20 Sep 2013 11:14:45 -0700 Subject: [PATCH] fixed the path to the leaflet image directory --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 28c57888e29..dee3144eba8 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,7 +27,7 @@ module.exports = function (grunt) { '**/*.json', 'font/**/*', 'img/**/*', - 'panels/bettermap/leaflet/*.png' + 'app/panels/bettermap/leaflet/images/*' ], dest: '<%= tempDir %>' }