pex-examples icon indicating copy to clipboard operation
pex-examples copied to clipboard

Build script doesn't copy asset folders from src/example/folder to dist

Open vorg opened this issue 11 years ago • 0 comments

Eg https://github.com/vorg/pex-examples/tree/master/src/materials.All.spaceTransformations has materials and shaders folder that are not copied to dist/ on build

src

materials.All.spaceTransformations
├── main.js
├── materials
└── shaders

dist

materials.All.spaceTransformations
├── main.min.js
├── index.html
├── thumb.jpg
├── materials //missing
└── shaders //missing

vorg avatar Nov 11 '14 11:11 vorg