map: adding custom layers
This commit is contained in:
parent
a0120221ae
commit
58cd7ad026
4 changed files with 49 additions and 7 deletions
|
@ -41,6 +41,12 @@ module.exports = function(grunt) {
|
|||
expand: true,
|
||||
dest: "build/",
|
||||
cwd: "bower_components/ionicons/"
|
||||
},
|
||||
leafletImages: {
|
||||
src: [ "images/*" ],
|
||||
expand: true,
|
||||
dest: "build/",
|
||||
cwd: "bower_components/leaflet/dist/"
|
||||
}
|
||||
},
|
||||
sass: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue