Skip to content

Commit

Permalink
Remove leftover FLASH_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
aleh-rymasheuski committed Jul 12, 2017
1 parent a8ca8a3 commit bef4ef2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ APPENGINE_PACKAGES_DIR=$(DEV_PREFIX)/opt/gae_packages
APPENGINE_ENV_DIR=$(DEV_PREFIX)/opt/gae_virtualenv
APPENGINE_REQUIREMENTS_TXT=$(PREFIX)/src/requirements.txt

FLASH_PATH=$(PREFIX)/src/ggrc/static/flash
STATIC_PATH=$(PREFIX)/src/ggrc/static
BOWER_PATH=$(PREFIX)/bower_components
DEV_BOWER_PATH=$(DEV_PREFIX)/bower_components
Expand Down Expand Up @@ -147,14 +146,13 @@ src/app.yaml : src/app.yaml.dist
bin/build_app_yaml src/app.yaml.dist src/app.yaml --from-env

bower_components : bower.json
mkdir -p $(FLASH_PATH)
mkdir -p $(DEV_BOWER_PATH)
ln -sf $(DEV_BOWER_PATH) $(BOWER_PATH)
$(BOWER_BIN_PATH) install --allow-root
cp -r $(NODE_MODULES_PATH)/font-awesome/fonts $(STATIC_PATH)

clean_bower_components :
rm -rf $(BOWER_PATH) $(FLASH_PATH) $(STATIC_PATH)/fonts
rm -rf $(BOWER_PATH) $(STATIC_PATH)/fonts

deploy : appengine_packages bower_components src/ggrc/assets/assets.manifest src/app.yaml

Expand Down

0 comments on commit bef4ef2

Please sign in to comment.