Skip to content

centurion-project/module-minify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minify module for Centurion Framework (http://www.centurion-project.org)

Description

This module is used to minify the HTML output, and combiny the css and js in one file for each.

Install

  • Add the module to your application.

  • Activate the module

  • Add this config :

    minify.html = true
    minify.js = true
    minify.salt = pingpong

TODO

  • Try not using the BDD
  • Add test unit
  • Add comment
  • Move all Minify class from minify project to it's own folder
  • Merge Minify_View_Helper_HeadLink and Minify_View_Helper_HeadScript
  • Separate html and css combiny in config

About

Minify and combiny module for css and js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages