Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Flask extension to execute Cake on filesystem events.

Project description

# Flask-Cake

[![Build Status](https://travis-ci.org/rsenk330/Flask-Cake.png?branch=master)](https://travis-ci.org/rsenk330/Flask-Cake)

Support for automatically executing CoffeeScript Cake files for Flask.

## Quickstart

```python
from flask import Flask
from flask_cake import Cake

app = Flask(__name__)
cake = Cake(app)
```

Whenever there is a change in the `static/coffee/` directory, `cake build` is executed.

## More Info

* [Flask-Cake Documentation](http://flask-cake.readthedocs.org/)
* [Cake Documentation](http://coffeescript.org/#cake)
* [Flask Documentation](http://flask.pocoo.org/docs/)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page