소스 검색

fixed the path to the leaflet image directory

Spencer Alger 12 년 전
부모
커밋
d53f4fd276
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %>'
       }