Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 555 Bytes

CHANGES.rst

File metadata and controls

38 lines (25 loc) · 555 Bytes

Changes

0.5

Added COLDBREW_FAIL_LOUD setting Added test coverage Tags now work with staticfiles app

*CHANGES BELOW ARE PRIOR TO FORK FROM django-coffeescript*

0.4

  • Log coffeescript compilation errors
  • Fixed bug with paths on Windows (by syabro)

0.3

  • Use STATIC_ROOT / STATIC_URL settings when possible instead of MEDIA_ROOT / MEDIA_URL (by Roman Vorushin)

0.2.1

  • Add CHANGES.rst to MANIFEST.in

0.2

  • Automatically remove old files from COFFEESCRIPT_CACHE
  • Add basic unit tests

0.1

  • Initial release