Gears ===== Gears is a library to compile, concatenate and minify JavaScript and CSS assets, highly inspired by Ruby's Sprockets_. It includes support for writing scripts, styles and client templates using CoffeeScript_, Handlebars_, Stylus_, Less_, SASS_ and SCSS_. New compilers can be also easily added. There is also: - django-gears_, an app for Django that integrates Gears with Django project; - Flask-Gears_, an extension that integrates Gears with Flask application; - gears-cli_, a command-line utility that compiles assets. It also can watch assets for changes and automaticaly re-compile them. Source Code ----------- Gears code is hosted on GitHub: https://github.com/trilan/gears. Contents -------- .. toctree:: :maxdepth: 2 about installation api changelog .. _Sprockets: http://getsprockets.org .. _CoffeeScript: http://jashkenas.github.com/coffee-script/ .. _Handlebars: http://www.handlebarsjs.com/ .. _Stylus: http://learnboost.github.com/stylus/ .. _Less: http://lesscss.org/ .. _SASS: http://sass-lang.com/ .. _SCSS: http://sass-lang.com/ .. _django-gears: https://github.com/trilan/django-gears .. _flask-gears: https://github.com/trilan/flask-gears .. _gears-cli: https://github.com/trilan/gears-cli