Memuat library JavaScript dari server atau CDN dengan metode asinkronus dan defer
https://stackoverflow.com/questions/10808109/script-tag-async-defer
Contoh :
#async #defer #library #minified #javascript
https://stackoverflow.com/questions/10808109/script-tag-async-defer
Contoh :
<script type="text/javascript" src="https://connect.facebook.net/en_US/all.js" async defer></script>
#async #defer #library #minified #javascript
Stack Overflow
Script Tag - async & defer
I have a couple of questions about the attributes async & defer for the <script> tag which to my understanding only works in HTML5 browsers.
One of my sites has two external JavaScript fi...
One of my sites has two external JavaScript fi...
Para pemenang kompetisi membuat game dengan JavaScript dengan ukuran di bawah 13 Kb. Setiap game disertai juga dengan source code nya.
Selengkapnya :
https://blog.github.com/2018-10-05-js13kgames-highlights-2018/
#game #minified
Selengkapnya :
https://blog.github.com/2018-10-05-js13kgames-highlights-2018/
#game #minified
The GitHub Blog
13 Games in ≤ 13kB of JavaScript · js13kGames 2018
Highlighting a few of our favorite games from this year’s js13kGames competition
Melakukan minifikasi kode CSS dengan library CSSO
https://www.sitepoint.com/css-debugging-and-optimization-minification-csso/
#css #csso #minified
https://www.sitepoint.com/css-debugging-and-optimization-minification-csso/
#css #csso #minified
Sitepoint
CSS Debugging and Optimization: Minification with CSSO - SitePoint
In this series on troubleshooting and optimizing your CSS, Tiffany Brown looks at ensuring code efficiency with the CSS Optimizer (or CSSO), a minification tool that runs on Node.js and which makes sure our file sizes are as small as they can be.
Teknik minified minify CSS agar ukuran lebih kecil
https://blog.logrocket.com/the-complete-best-practices-for-minifying-css/
#css #minified #minify
https://blog.logrocket.com/the-complete-best-practices-for-minifying-css/
#css #minified #minify
LogRocket Blog
The complete best practices for minifying CSS - LogRocket Blog
Minifying CSS files is more nuanced than you might think at first. Learn the various minification tools, how to determine and remove unused CSS, and more.