- Aug 06, 2023
-
-
Thomas Fritsch authored
connect.reload needs a stream of files to fire, but this stream is irrelevant here and slows refresh time a lot (from ~2ms to 2000ms here)
-
Thomas Fritsch authored
when there is a syntax error in a sass file (theme or core) the npm start command used to hang, forcing the user to stop and restart the task to compile again. this fix allows to keep the start-task watching/compiling even when there is an error : - the error is displayed in terminal - the rest of gulp tasks are not called (no reload in the browser) - the user can edit the scss files to try a fix without the need to stop/restart the `npm start` command
-
- Aug 03, 2023
-
-
t-fritsch authored
allows custom themes to import files from subfolders inside the `css/theme/source` folder. in `css/theme/source/custom-theme.scss` we can now do ```scss @import `custom-theme/controls` @import `custom-theme/headings` ... ```
-
t-fritsch authored
may allow perf boost
-
t-fritsch authored
-
- Jan 09, 2023
-
-
hakimel authored
-
- Oct 24, 2022
-
-
Andrey Mikhaylov (lolmaus) authored
Currently it's only watching for changes to `.html` and `.md` files located in the root of the project. I was frustrated when livereload stopped working for me: turns out it was because I put my content into subfolders.
-
- Mar 21, 2022
-
-
hakimel authored
-
- Mar 16, 2022
-
-
Denny Biasiolli authored
-
- Feb 28, 2022
-
-
hakimel authored
-
- Jan 03, 2022
-
-
hakimel authored
-
- Nov 24, 2021
-
-
hakimel authored
-
- Nov 21, 2021
-
-
cashcat authored
-
- Nov 11, 2021
-
-
hakimel authored
-
- Nov 10, 2021
- Oct 28, 2021
-
-
hakimel authored
-
- Oct 05, 2021
-
-
Vandivier authored
-
- May 19, 2021
-
-
Hakim El Hattab authored
-
- Nov 25, 2020
-
-
Hakim El Hattab authored
-
- May 27, 2020
-
-
Hakim El Hattab authored
-
- May 26, 2020
-
-
Hakim El Hattab authored
-
- May 25, 2020
-
- May 20, 2020
-
-
Hakim El Hattab authored
-
- May 19, 2020
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- May 18, 2020
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- May 04, 2020
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Apr 27, 2020
-
-
Hakim El Hattab authored
-
- Apr 23, 2020
-
-
Hakim El Hattab authored
-
- Apr 22, 2020
-
-
Hakim El Hattab authored
-
- Apr 17, 2020
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Apr 16, 2020
-
-
Hakim El Hattab authored
-
- Apr 15, 2020
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Apr 07, 2020
-
-
Hakim El Hattab authored
-