diff options
author | 2015-01-17 15:09:02 +0100 | |
---|---|---|
committer | 2015-01-17 15:09:02 +0100 | |
commit | 3ad80f9f03b25157993f48dc4bcaf07c75345990 (patch) | |
tree | 92389968a03fa64d77168a60d22040ba03f66953 /pyload/web/Makefile | |
parent | Merge pull request #720 from ObiWahn/master (diff) | |
download | pyload-3ad80f9f03b25157993f48dc4bcaf07c75345990.tar.xz |
try to fix web dependencies
Diffstat (limited to 'pyload/web/Makefile')
-rw-r--r-- | pyload/web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/Makefile b/pyload/web/Makefile index 7338cdb40..7c106b5b8 100644 --- a/pyload/web/Makefile +++ b/pyload/web/Makefile @@ -4,7 +4,7 @@ PATH := ${PATH}:. init-web: prepare npm install - npm install bower grunt-cli + npm install bower@0.9.2 grunt-cli node_modules/bower/bin/bower install $(MAKE) update-web |