You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you upload the static files generated with gulp dist to any folder other than the website's root, for example http://example.com/test, the statics are not found because the urls are not relative. This problem can be reproduced when using gulp upload using the default upload config.
The text was updated successfully, but these errors were encountered:
@DaveBitter no it isn’t. We need to rewrite some URLs in order to make this work.
For example, we’re referring to /static/css/all.css. This is fine when dist folder is uploaded to the root of a domain, like https://example.com/. But if it’s uploaded to https://example.com/boilerplate/, the URLs don’t match any more.
If you upload the static files generated with
gulp dist
to any folder other than the website's root, for examplehttp://example.com/test
, the statics are not found because the urls are not relative. This problem can be reproduced when usinggulp upload
using the default upload config.The text was updated successfully, but these errors were encountered: