Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Philipp KunzPhilipp KunzBranch Version/s
6.1.xBackported to Branch
CommittedLiferay Contributor's Agreement
AcceptGit Pull Request
Components
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Philipp Kunz
Philipp KunzBranch Version/s
6.1.x
Backported to Branch
Committed
Liferay Contributor's Agreement
Accept
Git Pull Request
Components
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created February 5, 2012 at 6:39 AM
Updated June 24, 2023 at 3:48 PM
Resolved May 10, 2012 at 10:45 AM
build-common-theme.xml, <target name="compile">, EVERY <copy> task needs
preservelastmodified="true"
see also com.liferay.portal.tools.SassToCssBuilder._parseSassFile(SassToCssBuilder.java:209)
if (file.lastModified() == cacheFile.lastModified()) {
return false;
}
As a side note here, in order not to open a too similar bug report
<target name="compile"> should depend on clean, or old files from _diffs will not be cleaned like so:
<target name="compile" depends="clean">
If someone can point me out to how to fix everything myself, I'd be pleased to do it.