From a69ccd68e431acb85c5a709ae7fbe90e572addb3 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Mon, 14 Apr 2014 09:45:34 -0400 Subject: [PATCH] Build: Include draggable.css and sortable.css in the CSS concat step --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index c312e313e..2c5783192 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,11 +31,13 @@ var "button", "datepicker", "dialog", + "draggable", "menu", "progressbar", "resizable", "selectable", "selectmenu", + "sortable", "slider", "spinner", "tabs", -- 2.39.5