-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Assets] Template is processed before static files are available #773
Comments
Were you able to solve it? I'm getting the same issue when trying to use i18n_subsites and assets together |
Well, not exactly, but I worked around it by manually (modified command in Makefile) copying the latest assets to the output directory before running the build. It is not perfect, but it works for now. |
Ok I did the same thing but... grooosss. |
@justinmayer I will take a look at it. However, as I work on my pelican setup highly irregularly, it may take a while. |
The legacy Please report there if you're still impacted by the issue. In the mean time, I guess this can be closed. |
I'm using the assets plugin to convert my
.scss
files to CSS. The conversion is done pretty much as described in the README:However, when generating the site with clean/nonexistent output directory, I'm getting
BundleError
:After poking around, I think that the issue is that the Jinja generation runs before the static files are available in the output directory, and thus webassets cannot find the sources and refuses to run.
Pelican version: 3.6.3
The text was updated successfully, but these errors were encountered: