pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

asynchronous stylesheet loading in dev mode ? #83

Open kapouer opened 4 years ago

kapouer commented 4 years ago

The technique is to use

<link media="print" onload="this.media='all'">

to get a quicker page load, which might change developers' life in dev mode where there are lots of stylesheets.