From faeddddac03fde353535fb943aca8886ded6abc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 19 Jan 2015 14:49:32 +0100 Subject: [PATCH] Use markitup-1x instead the old dependencie markitup --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 617951e3..ea058609 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -99,7 +99,7 @@ paths.js = [ paths.app + "vendor/jquery-flot/jquery.flot.time.js", paths.app + "vendor/flot-axislabels/jquery.flot.axislabels.js", paths.app + "vendor/jquery-textcomplete/jquery.textcomplete.js", - paths.app + "vendor/markitup/markitup/jquery.markitup.js", + paths.app + "vendor/markitup-1x/markitup/jquery.markitup.js", paths.app + "vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js", paths.app + "vendor/raven-js/dist/raven.js", paths.app + "js/jquery.ui.git-custom.js",