Closed raould closed 9 years ago
I find this to be a frustrating restriction.
flow / build - empty 1.0.0 for web flow / > - files - dest file with unsafe path. index.html not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/bin/web/index.html) flow / > - files - dest file with unsafe path. lib/howler.js not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/bin/web/lib/howler.js) flow / > - files - dest file with unsafe path. haxe/SnowApp.hx not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/bin/web/haxe/SnowApp.hx) flow / > - files - dest file with unsafe path. haxe/LuxeApp.hx not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/bin/web/haxe/LuxeApp.hx) flow / > - files - source file with unsafe path. ../assets/ not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/assets/) flow / > - files - dest file with unsafe path. ../assets/ not inside /home/x/Dev/x/luxe/ (becomes /home/x/Dev/x/bin/assets)
Try adding files_allow_unsafe_paths to the build node in your project file.
files_allow_unsafe_paths
build
cool, thanks!
I find this to be a frustrating restriction.