Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > Django Plugins

    django-coffeescript 0.5.1

    Download button

    No screenshots available
    Downloads: 185  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Andrey Fedoseev | More programs
    BSD License / FREE
    November 29th, 2011, 16:55 GMT [view history]
    ROOT / Internet / Django Plugins

     Read user reviews (0)  Refer to a friend  Subscribe

    django-coffeescript description

    Django template tags to compile CoffeeScript

    django-coffeescript is a Django app that provides template tags to compile CoffeeScript into JavaScript from templates. It works with both inline code and extenal files.

    Installation

    - Add "coffeescript" to INSTALLED_APPS setting.
    - Make sure that you have coffee executable installed. See CoffeeScript official site for details.
    - Optionally, you can specify the full path to coffee executable with COFFEESCRIPT_EXECUTABLE setting. By default it's set to coffee.

    Example Usage

    Inline

    {% load coffeescript %}

    < script type="text/javascript" >
     {% inlinecoffeescript %}
     console.log "Hello, World!"
     {% endinlinecoffeescript %}
    < /script >


    renders to

     < script type="text/javascript" >
     (function() {
     console.log("Hello, World!");
    }).call(this);


     < /script >

    External file

    {% load coffeescript %}

    < script type="text/javascript"
     src="{{ MEDIA_URL}}{% coffeescript "path/to/script.coffee" %}" >
    < /script >


    renders to

    < script type="text/javascript"
     src="/media/COFFEESCRIPT_CACHE/path/to/script-91ce1f66f583.js" >
    < /script >


    Note that by default compiled files are saved into COFFEESCRIPT_CACHE folder under your MEDIA_ROOT. You can change this folder name with COFFEESCRIPT_OUTPUT_DIR setting.

    Settings

    COFFEESCRIPT_EXECUTABLE
     Path to CoffeeScript compiler executable. Default: "coffee".
    COFFEESCRIPT_OUTPUT_DIR
     Output directory for compiled external scripts. It's relative to MEDIA_ROOT. Default: "COFFEESCRIPT_CACHE".
    COFFEESCRIPT_USE_CACHE
     Whether to use cache for inline scripts. Default: True.
    COFFEESCRIPT_CACHE_TIMEOUT
     Cache timeout for inline scripts (in seconds). Default: 30 days.
    COFFEESCRIPT_MTIME_DELAY
     Cache timeout for reading the modification time of external scripts (in seconds). Default: 10 seconds.


    Product's homepage

    Requirements:

    · Python
    · Django

    What's New in This Release: [ read full changelog ]

    · Add support for STATICFILES_DIRS with prefixes

      


    TAGS:

    template tags | CoffeeScript compiler | Django | template | tags

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM