Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drmikecrowe/cmsms_minify
Minify module for CMS Made Simple
https://github.com/drmikecrowe/cmsms_minify
Last synced: 13 days ago
JSON representation
Minify module for CMS Made Simple
- Host: GitHub
- URL: https://github.com/drmikecrowe/cmsms_minify
- Owner: drmikecrowe
- License: bsd-3-clause
- Created: 2013-06-23T15:37:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T23:21:49.000Z (about 11 years ago)
- Last Synced: 2024-11-05T21:14:13.489Z (2 months ago)
- Language: PHP
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
CMSMS Minify
============This project embeds [Minify 2.1.5](http://code.google.com/p/minify/) into CMS Made Simple. From the Minify website:
> Minify is a PHP5 app that helps you follow several of Yahoo!'s Rules for High Performance Web Sites. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers.
For example, the javascripts for the Admin interface could be minified into:
````
Currently, it simply embeds the Minify project into the module, and exposes the Builder to the admin interface. The builder allows you to enter your Javascript files in a list, and outputs a the ```` tag that you would embed your template.
For support, please submit [an issue](https://github.com/drmikecrowe/cmsms_minify/issues) for assistance.
Roadmap:
- Initial Release
- Implement Debug mode for development
- Maintains the list of javascripts (or stylesheets), and allow embedding different lists, such as {Minify package="xxxx"}
- Log to CMSMS Admin Log