blomstra/cache-assets

Allows caching js and css ahead of any browser request.

Installs: 7 699

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 1

Open Issues: 0

Type:flarum-extension

0.5 2021-06-04 12:10 UTC

This package is auto-updated.

Last update: 2024-04-19 14:08:45 UTC


README

This extension offers a command php flarum cache:assets that allows you to compile and save Javascript, Css and locale Javascript/Css ahead of any user request to either the forum or admin.

This is an extension that is extremely suitable for Continuous Deployment scenarios.

Installation

Install with composer:

composer require blomstra/cache-assets:*

Go to your admin area and enable the extension.

Use the command

Run the php flarum cache:assets --help command to see a list of all options, at least one flag is required for the command to do anything:

--js to compile the javascript --css to compile the less/css --locales to compile css and js of the language packs

Links