oafasys/assets

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.5.6.2) of this package.

SCS/CSS, templates, scripts, etc. for Pitt's OAFASYS team

0.5.6.2 2020-04-06 15:58 UTC

This package is auto-updated.

Last update: 2021-12-09 20:52:20 UTC


README

To install

composer require oafasys/assets

To publish compiled files and resources only

php artisan vendor:publish --tag=css --force

To publish original SASS and resources

php artisan vendor:publish --tag=sass --force

To update this package in a project that uses it

composer update

Note: You must re-publish after you update the package!

Developer Tips

  • You must push the tag separately in GitKraken.
  • Remember to compile before you push any updates to this package.