Config option for tile layers.
See: https://github.com/freifunkhamburg/ffffng/issues/23
This commit is contained in:
parent
51978bfd70
commit
7c09523e53
6 changed files with 30 additions and 17 deletions
|
@ -342,6 +342,12 @@ module.exports = function (grunt) {
|
|||
'fonts/*'
|
||||
]
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: '<%= yeoman.app %>/bower_components/leaflet-dist/images',
|
||||
dest: '<%= yeoman.dist %>/client/styles/images',
|
||||
src: ['*.png']
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: '.tmp/images',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue