Skip to content

fordhurley/Flask-Cake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Cake

Support for automatically executing CoffeeScript Cake files for Flask.

Quickstart

from flask import Flask
from flask_cake import Cake

app = Flask(__name__)
mongo = Cake(app)

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

More Info

About

Flask extension that automatically runs Cake commands on filesystem changes to help with CoffeeScript development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%