From 91b85f2933681b227989df63f38547ce0ff1d3fd Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:03:01 +0300 Subject: [PATCH] Release v1.0.17 --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367c467c..dbea1603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.0.17] 2024-04-16 +### Changes + +- Use `Vite` for SCSS Compilation +- Fix Charts on MAIN dashboard +- Added HOT Reload (templates & static) + ## [1.0.16] 2024-03-05 ### Changes diff --git a/README.md b/README.md index 838023f1..009b2d96 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,9 @@ In a similar way, all other files and components can be customized easily.
-## Recompile SCSS +## Recompile SCSS (separate terminal) + +> Tested with Node `v18.20.0` The SCSS/CSS files used to style the Ui are saved in the `static/assets` directory. In order to update the Ui colors (primary, secondary) this procedure needs to be followed. @@ -184,7 +186,8 @@ In order to update the Ui colors (primary, secondary) this procedure needs to be $ npm # install modules $ # # edit variables $ vi static/assets/scss/black-dashboard/custom/_variables.scss -$ npm run dev # SCSS to CSS translation +$ npm run dev # SCSS to CSS Development MODE +$ npm run build # SCSS to CSS Production Build ``` The `_variables.scss` content defines the `primary` and `secondary` colors: