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
{{ message }}
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
Hi,
first of all, thank for building this amazing tool. I'm trying to set it up for IGEM 2020 but I've ran into some issues:
While punishing files workers perfectly, it appears like the CSS, header footer and js file paths are generated not correctly. I'm getting the following errors:
Refused to apply style from 'https://2020.igem.org/Dist/css/vendor.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Team:Stuttgart:1 Refused to apply style from 'https://2020.igem.org/Css/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
Team:Stuttgart:74 GET https://2020.igem.org/Js/wiki.js net::ERR_ABORTED 404 (Not Found)
When I run it locally with gulp serve, everything works fine. I'm using the secure = 's' and set the teaminfo to:
Other than that, I'm using the standard config (result of the auto gen).
Do you know of anyone using the generator for igem 2020 and managed to get the setup working?
I'm happy to contribute a fix. I'm just not sure where I should start debugging, and would appreciate it if you guys could point me in the right direction. Maybe I just made an error in the config...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
first of all, thank for building this amazing tool. I'm trying to set it up for IGEM 2020 but I've ran into some issues:
While punishing files workers perfectly, it appears like the CSS, header footer and js file paths are generated not correctly. I'm getting the following errors:
When I run it locally with gulp serve, everything works fine. I'm using the
secure = 's'
and set the teaminfo to:(here is the repo with the full code https://github.com/FabioSchmidberger/igem-stuttgart-2020-wiki in case it helps)
Other than that, I'm using the standard config (result of the auto gen).
Do you know of anyone using the generator for igem 2020 and managed to get the setup working?
I'm happy to contribute a fix. I'm just not sure where I should start debugging, and would appreciate it if you guys could point me in the right direction. Maybe I just made an error in the config...
The text was updated successfully, but these errors were encountered: