An open API service indexing awesome lists of open source software.

https://github.com/kktsvetkov/assoto

Simple assets management for enqueuing your JS and CSS files, your meta tags, etc.
https://github.com/kktsvetkov/assoto

css-files enqueue js-files meta-tags php php5 php7

Last synced: about 2 months ago
JSON representation

Simple assets management for enqueuing your JS and CSS files, your meta tags, etc.

Awesome Lists containing this project

README

        

# Assoto
Dynamically handles assets inserted into the header and the footer, allowing you to enqueue your JS and CSS files, your meta tags, etc.

## What's this for ?
Web performance best practices recommend that:

* load all your stylesheets in the ``...`` portion of the page. In this way the browser loads stylesheets early and will use them to correctly render the page. If this rule is not followed, you are going to see pages that change their look and layout in the middle of loading - which is when the stylesheets have been loaded.

* load all your Javascript at the bottom of the page just before the closing ``