Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
d5048e6a
Commit
d5048e6a
authored
Apr 08, 2019
by
Lukas Burgey
Browse files
Add watch targets to Makefile
parent
56503435
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d5048e6a
...
...
@@ -21,7 +21,13 @@ $(NG): $(NM)
dev
:
$(NG)
@
$(NG)
build
--aot
watch
:
$(NG)
@
$(NG)
build
--aot
--watch
prod
:
$(NG)
@
$(NG)
build
--aot
--prod
watch-prod
:
$(NG)
@
$(NG)
build
--aot
--prod
--watch
$(DIST)
:
prod
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment