You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
I have found people having similar issues, but none of their solutions seemed to work for me.
The problem seems to lie in including external php files.
I have all my head stuff in an external file I include with every PHP page, but the CSS in LivePreview doesn't apply until I make any change to the CSS file. (Deleting any one character and then undo does the trick)
Hard refreshing Chrome (Version 90.0.4430.212 (Official Build) (64-bit)) does not seem to work.
Any way around this?
Reproduce:
On a PHP page, call an external PHP file: <?php include("header.php"); ?>
I have found people having similar issues, but none of their solutions seemed to work for me.
The problem seems to lie in including external php files.
I have all my head stuff in an external file I include with every PHP page, but the CSS in LivePreview doesn't apply until I make any change to the CSS file. (Deleting any one character and then undo does the trick)
Hard refreshing Chrome (Version 90.0.4430.212 (Official Build) (64-bit)) does not seem to work.
Any way around this?
Reproduce:
<?php include("header.php"); ?>
<link href="style.css" rel="stylesheet" type="text/css">
Brackets: Release 1.14 build 1.14.1-17752 (release-1.14.1 959fed1)
build timestamp: Thu Nov 28 2019 01:05:51 GMT-0800
Windows OS build: 19042.928
The text was updated successfully, but these errors were encountered: