Skip to main content

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/)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Cake-0.3.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

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