Merge pull request #518 from spenceralger/gruntfile-cleanup

fix the path to the leaflet image directory
This commit is contained in:
spenceralger 2013-09-20 11:15:49 -07:00
commit dcafb85706

View File

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