Skip to content

sumitverma/cfstatic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFStatic is a framework for the inclusion and packaging of CSS and JavaScript files for CFML applications by Dominic Watson (http://fusion.dominicwatson.co.uk/).

CFStatic takes care of:

  • Minifying your CSS and JavaScript
  • Including your CSS and JavaScript in the correct order, with all dependencies satisfied
  • Adding sensible cachebusters to CSS image paths and CSS and JavaScript includes

Key features:

  • Minifies your files for you using YuiCompressor
  • Compiles your LESS CSS for you
  • Dependency configuration through JavaDoc style documentation
  • Easy, zero-code, switching between inclusion of raw source files and minified files
  • Small API, only 4 public methods (including the constructor)
  • Three minify modes (All, Package and File)
  • Built for production; no need for CSS and JavaScript file packaging in your build scripts, code can be put in production
  • Minified files are saved to disk, CF is not involved in serving the files

Documentation

https://github.com/DominicWatson/cfstatic/wiki

Other resources

Authors Blog : http://fusion.dominicwatson.co.uk/categories/CfStatic/

Source : https://github.com/DominicWatson/cfstatic/

Issues : https://github.com/DominicWatson/cfstatic/issues/

About

CfStatic is a framework for managing the inclusion and packaging of css and javascript in CFML applications, written by Dominic Watson.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ColdFusion 97.1%
  • JavaScript 2.9%