martindholmes / BreezeMap

BreezeMap is a project to create a simple user interface for interactive map and facsimile editing based on TEI XML and OpenLayers 4+.
MIT License
11 stars 3 forks source link

createSite build target needs to recursivley copy folder contents #48

Closed gtnewton closed 3 years ago

gtnewton commented 3 years ago

Creating an 'icons' dir inside the 'images' dir and running a build does not include the 'icons' dir. The createSite target should be adjusted such that the includes attribute for images looks like this: <fileset dir="${proj.dir}" includes="images/**"/>

martindholmes commented 3 years ago

Fixed in commit #218c681.