From b5646ef0794f9f97d5362bb3735a413707131463 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 21 Jun 2017 10:46:40 -0300 Subject: [PATCH] Add missing unzip on manke deps.. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6d460f2..ffc68a5 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ depsmin: wget https://github.com/yabwe/medium-editor/archive/master.zip -O medium-editor.zip wget https://github.com/varun-raj/medium-editor-autolist/raw/master/dist/autolist.min.js mkdir -p vendor + unzip medium-editor.zip mv handlebars-v4.0.5.js vendor/handlebars.js mv isotope.pkgd.min.js vendor/isotope.pkgd.js mv autolist.min.js vendor/autolist.js