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/)
[![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 details)
File details
Details for the file Flask-Cake-0.3.1.tar.gz
.
File metadata
- Download URL: Flask-Cake-0.3.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a846bbf931566b23fd7fe734a9edabe1e214835769059d3c8ebda0e05d320f18 |
|
MD5 | aa16e3482603f44fd6fafb2c6ccceeeb |
|
BLAKE2b-256 | 7083f06a2d55e2a9170256774162b79684d9dc384817e04bc3246c13b990b6a9 |