This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Request: Change styles workflow #314
Labels
infrastructure
Relates to the tools used to develop the website
I've tried to make a PR to this repo but I've found that to change it I should do the following steps:
The problem here is each time we make a small change we need to commit also the changes made in the compiled styles. A better workaround would be leave Jekyll to manage the compilation and forget about compiled files, following this process we can avoid to track compiled files and there's no penalty due that Jekyll compile these files for us before start serving the resources.
This problem can be solved adding a LESS plugin for Jekyll. It can be solved also using
jekyll-less
but I've found that it's outdated. Another solution would be to convert all LESS files to Sass and use the default sass plugin that comes with Jekyll. These are the benefits of using Sass instead of LESS:If you're interested, I can create a PR for change this behaviour with whatever lenguage you choose :)
The text was updated successfully, but these errors were encountered: