History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-2733
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: P2 P2
Assignee: Benjamin Shine
Reporter: Benjamin Shine
Votes: 0
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Make apps recompile if any of the css files referenced therein change

Created: 21/Sep/06 04:31 PM   Updated: 23/Jan/07 12:34 PM
Component/s: LFC - CSS
Affects Version/s: 3.3.3
Fix Version/s: 3.4

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 3,433
Runtime: N/A
Fix in hand: False


 Description  « Hide
We don't have a mechanism for noticing changes to stylesheets included via the external stylesheet mechanism.
If you have
<stylesheet src="foo.css" />
in main.lzx, and you hit hit http://localhost:8080/myapps/main.lzx, then edit foo.css, then hit hit http://localhost:8080/myapps/main.lzx again, the app should be recompiled. Right now it will not be recompiled.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 06/Nov/06 08:17 PM
Fixed in r2250.

Benjamin Shine - 18/Jan/07 05:28 PM
Same as LPP-3404.