Skip to content

liuweichu/Flask-Cake

 
 

Repository files navigation

Flask-Cake

Build Status

Support for automatically executing CoffeeScript Cake files for Flask.

Quickstart

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

Packages

No packages published

Languages

  • Python 100.0%