Refactor Tailwind CSS server handling
This commit is contained in:
parent
7bddd59dab
commit
340dd47e0d
5 changed files with 16 additions and 13 deletions
src
|
@ -10,16 +10,10 @@
|
|||
#:update))
|
||||
(in-package #:hp)
|
||||
|
||||
(defparameter *watch-process* nil)
|
||||
|
||||
(defun start ()
|
||||
(when (env:dev-mode-p)
|
||||
(setf *watch-process* (uiop:launch-program "make watch")))
|
||||
(jg:start *app*))
|
||||
|
||||
(defun stop ()
|
||||
(when (env:dev-mode-p)
|
||||
(uiop:terminate-process *watch-process*))
|
||||
(jg:stop *app*))
|
||||
|
||||
(defun update ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue