Browse Source

Reverts change in makefile

master
yanas 8 years ago
parent
commit
8491fbbd95
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -14,7 +14,7 @@ OUTPUT_DIR = .
14 14
 LIBJITSIMEET_DIR = node_modules/lib-jitsi-meet/
15 15
 IFRAME_API_DIR = ./modules/API/external
16 16
 
17
-all: compile compile-iframe-api uglify uglify-iframe-api deploy clean
17
+all: update-deps compile compile-iframe-api uglify uglify-iframe-api deploy clean
18 18
 
19 19
 update-deps:
20 20
 	$(NPM) update

Loading…
Cancel
Save