1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-02 15:47:45 +02:00
jfa-go/scss
Harvey Tindall 02183c7fcc
added -y option to prebuild scripts using node_bin
similar to apt, -y assumes yes to all questions, specifically if
node_bin is correct here. This is necessary for goreleaser, as it is not
interactive.
2020-08-16 14:39:47 +01:00
..
bs4 CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
bs5 CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00
compile.py added -y option to prebuild scripts using node_bin 2020-08-16 14:39:47 +01:00
get_node_deps.py Add windows build support from jf-accounts 2020-08-04 18:24:11 +01:00
README.md CLI flags, start setting up goreleaser, add build scripts 2020-08-01 21:20:02 +01:00

SCSS

  • bs<4/5>-jf.scss contains the source for the customizations to bootstrap. To customize the UI, you can make modifications to this file and then compile it.

Note: It is assumed that Bootstrap 5 is installed in ../../node_modules/bootstrap relative to itself, and Bootstrap 4 in ../../node_modules/bootstrap4.

  • Compilation requires dev dependencies (poetry update), bootstrap and some extra npm packages.
  • If you're buildings from source, you can simply run poetry run task compile-css before building to automatically get deps and compile CSS.
  • If you are creating custom css, run poetry run task get-npm-deps to only install the necessary dependencies. Follow along with the commands scss/compile.py runs to build your css and then set custom_css in your config as the path to your minified css and change the theme option to Custom CSS.