1. 06 oct., 2023 3 validations
  2. 05 oct., 2023 2 validations
  3. 25 sept., 2023 1 validation
  4. 22 sept., 2023 1 validation
  5. 21 sept., 2023 2 validations
  6. 20 sept., 2023 2 validations
  7. 19 sept., 2023 1 validation
  8. 14 sept., 2023 4 validations
  9. 12 sept., 2023 3 validations
  10. 11 sept., 2023 1 validation
  11. 04 sept., 2023 1 validation
  12. 02 sept., 2023 3 validations
  13. 25 août, 2023 1 validation
  14. 24 août, 2023 5 validations
  15. 23 août, 2023 1 validation
  16. 22 août, 2023 4 validations
  17. 16 août, 2023 1 validation
  18. 09 août, 2023 2 validations
  19. 06 août, 2023 2 validations
    • Thomas Fritsch's avatar
      speed up livereload · 74a5dac3
      Thomas Fritsch a écrit
      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)
      74a5dac3
    • Thomas Fritsch's avatar
      fix scss watch tasks broken on syntax error · f2b0316a
      Thomas Fritsch a écrit
      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
      f2b0316a