From fc0c473f6aad2cc6812b8d05681577fe5dad040a Mon Sep 17 00:00:00 2001 From: Andy Gaskell Date: Mon, 1 Oct 2018 13:58:15 +0100 Subject: [PATCH] Fixed dotimeout file path fixed file path to match what is now in the repo From... js/jquery-dotimeout/jquery.ba-dotimeout.js ...to... js/jquery.ba-dotimeout.min.js This caused the error... cat: js/jquery.ba-dotimeout.js: No such file or directory Makefile:14: recipe for target 'mediawiki' failed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d846ca1..2ed7037 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ WATCHR ?= `which watchr` # mediawiki: bootstrap - cat bootstrap/js/bootstrap.js js/jquery-dotimeout/jquery.ba-dotimeout.js js/behavior.js > js/site.js + cat bootstrap/js/bootstrap.js js/jquery.ba-dotimeout.min.js js/behavior.js > js/site.js uglifyjs -nc js/site.js > js/site.min.js bootstrap: