From bcb7c5e3010fc395e3639550499d2b75070108c8 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 23 Nov 2016 10:14:18 +0100 Subject: [PATCH] fix adding dragula styles --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 7b769f5c..f06b4201 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ paths.images = paths.app + "images/**/*"; paths.svg = paths.app + "svg/**/*"; paths.css_vendor = [ paths.modules + "intro.js/introjs.css", - paths.modules + "dragula.js/dist/dragula.css", + paths.modules + "dragula/dist/dragula.css", paths.modules + "awesomplete/awesomplete.css", paths.app + "styles/vendor/*.css", paths.modules + "medium-editor/dist/css/medium-editor.css",