Revert d06a72 and 6b9b1be but keep the wheel-removal changes

This commit is contained in:
Imdad Ahad
2017-07-21 11:21:17 +01:00
parent 82b8321d07
commit 85a59746a0
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@@ -23,7 +23,6 @@ var/
.installed.cfg
*.egg
venv/
vendor/
# PyInstaller
# Usually these files are written by a python script from a template

View File

@@ -86,8 +86,6 @@ generate-version-file: ## Generates the app version file
build: dependencies generate-version-file ## Build project
npm run build
. venv/bin/activate && PIP_ACCEL_CACHE=${PIP_ACCEL_CACHE} pip-accel install -r requirements.txt
mkdir -p vendor/
cp ${PIP_ACCEL_CACHE}/sources/* vendor/
.PHONY: cf-build
cf-build: dependencies generate-version-file ## Build project
@@ -201,7 +199,7 @@ clean-docker-containers: ## Clean up any remaining docker containers
.PHONY: clean
clean:
rm -rf node_modules cache target venv .coverage vendor
rm -rf node_modules cache target venv .coverage
.PHONY: cf-login
cf-login: ## Log in to Cloud Foundry