FullStackTemplate icon indicating copy to clipboard operation
FullStackTemplate copied to clipboard

When customizing the static contents source path then...

Open st6mm opened this issue 7 years ago • 0 comments

Not an issue - suggestion / helper.

https://stackoverflow.com/questions/48722223/flask-cant-find-static-files-with-webpack/48722831#48722831

app = Flask(name, static_folder='../client/dist/', template_folder='../client/dist/', static_url_path="")

Set the static_url_path="" to empty string otherwise will not find the resources from the custom path.

st6mm avatar Feb 23 '18 02:02 st6mm