ride / web-template-smarty-minifier
Smarty template integration for the minifier of the Ride framework
Package info
github.com/all-ride/ride-web-template-smarty-minifier
pkg:composer/ride/web-template-smarty-minifier
2.0.0
2024-06-26 10:50 UTC
Requires
- ride/app: ^1.0.0
- ride/web: ^1.0.0
- ride/web-minifier: ^1.0.0
- ride/web-template: ^1.0.0
- ride/web-template-smarty: ^2.0.0
This package is auto-updated.
Last update: 2026-02-26 14:37:02 UTC
README
Smarty plugins for the Ride framework, used to minify and include javascript/css files in templates.
Code Sample
Javascript
{script src="js/jquery.js"} {script src="js/main.js"} {* minify javascript files and include them in the template *} {scripts}
CSS
{style src="carbon/css/main.css"} {style src="css/print.css" media="print"} {* Optional media parameter, defaults to 'all' *} {* minify css files and include them in the template *} {styles}
Related Modules
- ride/app
- ride/app-image
- ride/app-template
- ride/app-template-smarty
- ride/lib-image
- ride/lib-minifier
- ride/lib-template
- ride/lib-template-smarty
- ride/web
- ride/web-minifier
- ride/web-template
- ride/web-template-smarty
Installation
You can use Composer to install this application.
composer require ride/web-template-smarty-minifier