Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teamcfadvance/cfstatic

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.
https://github.com/teamcfadvance/cfstatic

Last synced: about 2 months ago
JSON representation

CfStatic is a framework for managing the inclusion and packaging of CSS and JavaScript in CFML applications.

Awesome Lists containing this project

README

        

CFStatic is a framework for the inclusion and packaging of CSS and JavaScript files for CFML
applications.

CFStatic takes care of:
-----------------------

* Minifying your CSS and JavaScript
* Compiling your CoffeeScript and LESS CSS
* 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
* Compiles your CoffeeScript for you
* Dependency configuration through self documentation
* Easy, zero-code, switching between inclusion of raw source files and minified files
* Small API, only 4 public methods (including the constructor)
* 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/teamcfadvance/cfstatic/](https://github.com/teamcfadvance/cfstatic/)

Other resources
---------------

Authors Blog : [http://fusion.dominicwatson.co.uk/categories/CfStatic/](http://fusion.dominicwatson.co.uk/categories/CfStatic/)

Source : [https://github.com/teamcfadvance/cfstatic/](https://github.com/teamcfadvance/cfstatic/)

Issues : [https://github.com/teamcfadvance/cfstatic/issues/](https://github.com/teamcfadvance/cfstatic/issues/)