Jelajahi Sumber

fixed the path to the leaflet image directory

Spencer Alger 12 tahun lalu
induk
melakukan
d53f4fd276
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

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