Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/teamcfadvance/cfstatic
- Owner: teamcfadvance
- License: mit
- Created: 2011-06-20T12:05:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T14:08:39.000Z (about 1 year ago)
- Last Synced: 2024-03-26T00:00:06.277Z (9 months ago)
- Language: ColdFusion
- Homepage: https://teamcfadvance.github.io/cfstatic
- Size: 6.41 MB
- Stars: 101
- Watchers: 20
- Forks: 35
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 includesKey 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 filesDocumentation
-------------[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/)