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: