Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Use npm to install custom plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Jul 20, 2017
1 parent 7fe092f commit ebe2619
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ install:
@rm -rf api/node_modules/gitbook-plugin-anchorjs
@rm -rf extending-contao4/node_modules/gitbook-plugin-anchorjs
@rm -rf manager/node_modules/gitbook-plugin-anchorjs
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manual/node_modules/gitbook-plugin-anchorjs
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git cookbook/node_modules/gitbook-plugin-anchorjs
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git api/node_modules/gitbook-plugin-anchorjs
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git extending-contao4/node_modules/gitbook-plugin-anchorjs
@git clone -b master https://github.com/aschempp/gitbook-plugin-anchorjs.git manager/node_modules/gitbook-plugin-anchorjs
@cd manual/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
@cd cookbook/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
@cd api/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
@cd extending-contao4/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"
@cd manager/; npm install "https://github.com/aschempp/gitbook-plugin-anchorjs.git"

install-python:
@echo "--> You must have Python virtualenv"
Expand Down

0 comments on commit ebe2619

Please sign in to comment.