bohde / django-cafe

Serve Coffeescript from your Django templates
16 stars 1 forks source link

-cpj by default is misleading #1

Open pheze opened 13 years ago

pheze commented 13 years ago

If there's only one file, it should be -cp.

bohde commented 13 years ago

I've made a fix for this in a9f578c88422494ed776de67bef7b4a9fd8ef7bb. Is that what you were thinking of?

nisc commented 12 years ago

Well, actually neither -c nor -j are needed. We're already taking care of that by writing to stdout and then piping into a file.