pith-front/pith-pack-aero-gel

Pack Aero-Gel for Pith

0.1.0 2024-02-09 08:23 UTC

This package is auto-updated.

Last update: 2024-05-09 09:00:00 UTC


README

Pack Aero-Gel for Pith

About

This project packs aero-gel.css so that it can be used with the Pith Framewok.

For info on aero-gel, see repo at https://github.com/ian-maurmann/aero-gel-css

For info on Pith, see the Pith website at https://pith-framework.org/

Install

Install to an existing Pith Framework project

Use Composer to install pack to the vendor folder.

php composer.phar require pith-front/pith-pack-aero-gel

Add new route to your Route List:

public array $routes = [
    // Other routes....
    // ...
    
    // Add route to call aero-gel from
    ['route', 'GET', '/resources/vendor/library/aero-gel/{filepath:.+}', '\\PithFront\\PithPackAeroGel\\AeroGelResourceRoute'],
];

Licensing Info

Aero, Approximately

Aero-Gel CSS

pith-pack-aero-gel