Skip to content
Snippets Groups Projects
Commit 4a72c9f1 authored by kez's avatar kez
Browse files

Add a deadline to TPA-RFC 29

parent 27647fac
No related branches found
No related tags found
No related merge requests found
This RFC is currently in the *Proposed* state.
The deadline for this RFC is one week: June 8 2022
Lektor has a few plugins that will automatically compile SASS files as part of the build process [lektor-scss][1], [lektor-scsscompile][2]. Using one of them would streamline the SASS development process and eliminate the need for the dart SASS compiler (the npm compiler doesn't compile the lego assets).
I think it would also be really useful to write a custom plugin similar to the two above that allows for jinja2 templating. I've run into a few issues where the SCSS files assume the static files are located at `/static`, which breaks under things like gitlab pages which place them at `/project-name/static`, and jinja templating should be able to fix it with the `url` filter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment