Commit 0e3c79b8 authored by agolybev's avatar agolybev Committed by Alexander.Trofimov

debug

parent 1b26008a
GRUNT = grunt
GRUNT_FLAGS = --no-color -v
OUTPUT_DIR = build
OUTPUT_DIR = deploy
OUTPUT = $(OUTPUT_DIR)
WEBAPPS_DIR = web-apps
......@@ -12,7 +12,7 @@ all: $(WEBAPPS)
$(WEBAPPS): $(GRUNT_FILES)
mkdir -p $(OUTPUT)/$(WEBAPPS_DIR) && \
cp -r -t $(OUTPUT)/$(WEBAPPS_DIR) $(WEBAPPS_DIR)/deploy/**
cp -r -t $(OUTPUT)/$(WEBAPPS_DIR) ../$(WEBAPPS_DIR)/deploy/**
$(GRUNT_FILES):
cd $(@D) && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment