Skip to content

rsenk330/Flask-Cake

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Flask-Cake

Build Status PyPI

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