Merged in gproly/processmaker (pull request #736)

BUG-14448 Addition of images from the jQueryUI library. SOLVED.
This commit is contained in:
Julio Cesar Laura Avendaño
2014-09-02 12:02:25 -04:00

View File

@@ -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",