diff --git a/UI/WebServerResources/GNUmakefile b/UI/WebServerResources/GNUmakefile index 4691416b4..1118912d7 100644 --- a/UI/WebServerResources/GNUmakefile +++ b/UI/WebServerResources/GNUmakefile @@ -23,13 +23,11 @@ dev: grunt --stack build prod: - git stash grunt --stack build git update-index --no-assume-unchanged $(CSS_FILES) $(JS_FILES) $(JS_LIB_FILES) git add -f $(CSS_FILES) $(JS_FILES) $(JS_LIB_FILES) git commit -m "(js/css) Update generated files" git update-index --assume-unchanged $(CSS_FILES) $(JS_FILES) $(JS_LIB_FILES) - git stash pop all: @echo "The 'all' target does nothing. Use 'make dev' to generate static files and 'make install' to install them."