Accessing static folder?
rdpascua opened this issue · 1 comments
rdpascua commented
How can I access the static folder when I release the application? Because the hierarchy of the folder changes when publishing the app.
Before
app
static
After
resources
app
static
assets
bradstewart commented
Referencing static files as static/<filename>
should work from anywhere, the build scripts should take care of any hierarchy differences.