Explorar o código

fixed the path to the leaflet image directory

Spencer Alger %!s(int64=12) %!d(string=hai) anos
pai
achega
d53f4fd276
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -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 %>'
       }
       }