mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Add watch task
This commit is contained in:
parent
395ad8e035
commit
19d3b559da
4 changed files with 18 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -54,6 +54,8 @@ rl-compile:
|
|||
@docker-compose run --no-deps --rm node gulp build
|
||||
rl-compile-with-source:
|
||||
@docker-compose run --no-deps --rm node gulp build --source
|
||||
rl-watch-css:
|
||||
@docker-compose run --no-deps --rm node npm run watch-css
|
||||
rl-watch-js:
|
||||
@docker-compose run --no-deps --rm node npm run watch-js
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue