Преглед на файлове

Merge pull request #518 from spenceralger/gruntfile-cleanup

fix the path to the leaflet image directory
spenceralger преди 12 години
родител
ревизия
dcafb85706
променени са 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 %>'
       }