I am working with Lifera migration project. Project was created in Liferay 6.1 and now I am migrating in to Liferay 6.2.
I am facing issue in image path for all CSS files. While migrating in Liferay 6.2 it's appending Theme and CSS folder path to all images.
Image path in Liferay 6.1 : background:url(../../images/xyz.jpg)
Image path in Liferay 6.2 : background:url(/myThemeName/css/../../images/xyz.jpg)
Project derectory is like this:
_diffs
|- CSS
|- common
|- module1.css
|- module2.css
|- module3.css
|- library
|- plugin1.css
|- plugin2.css
|- plugin3.css
|- utility
|- tool1.css
|- tool2.css
|- tool3.css
|- images
|- All Images
|- js
|- JavaScript files
This product is huge and difficult to update all background URLs.
Is it possible to get rid of "theme-name/css" from path in CSS files.