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.
- Host: GitHub
- URL: https://github.com/kktsvetkov/assoto
- Owner: kktsvetkov
- License: lgpl-3.0
- Created: 2018-02-25T20:07:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T08:18:13.000Z (over 6 years ago)
- Last Synced: 2025-01-19T21:48:39.117Z (3 months ago)
- Topics: css-files, enqueue, js-files, meta-tags, php, php5, php7
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ``