brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Make sure in-memory changes to CSS docs are pushed when starting live development connection #549

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Wednesday Apr 04, 2012 at 23:45 GMT Originally opened as https://github.com/adobe/brackets/pull/552


Fixes issue #550

You will see the on-disk styles applied first and then replaced with the in-memory styles. This is due to the delay between the time the initial document is displayed and the time our agents are attached.


gruehle included the following code: https://github.com/adobe/brackets/pull/552/commits

core-ai-bot commented 3 years ago

Comment by njx Thursday Apr 05, 2012 at 17:27 GMT


Reviewing

core-ai-bot commented 3 years ago

Comment by njx Thursday Apr 05, 2012 at 17:40 GMT


Looks good