From dfbe3a10ce93aadff426a5a141a4dbf2155c5d4e Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Tue, 2 Sep 2014 11:57:07 -0400 Subject: [PATCH] BUG-14448 Addition of images from the jQueryUI library. SOLVED. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 123d679d1..b341c038c 100644 --- a/Rakefile +++ b/Rakefile @@ -226,6 +226,7 @@ def buildMafe(homeDir, targetDir, mode) puts "\nCopying files into: #{mafeDir}".bold copyFiles({ + "#{homeDir}/lib/jQueryUI/images/*.png" => "#{cssTargetDir}/images/", "#{homeDir}/build/js/designer.js" => "#{mafeDir}/designer.min.js", "#{homeDir}/build/js/mafe.js" => "#{mafeDir}/mafe.min.js", "#{homeDir}/build/css/mafe.css" => "#{mafeDir}/mafe.min.css",