{ "info": { "author": "Luke Pomfrey", "author_email": "lpomfrey@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django LabJS\n============\n\nLabjs is a django-compressor_ *plugin* that provides django templatetags to easily Labify your scripts, using\nthe `labjs javascript loader`_.\n\n\nTogether with django-compressor it can make downloading your js files extremely efficient.\n\n\nWhat is LabJS?\n--------------\n\nLABjs (Loading And Blocking JavaScript) is an open-source (MIT license) project supported by Getify Solutions.\nThe core purpose of LABjs is to be an all-purpose, on-demand JavaScript loader, capable of loading any JavaScript resource,\nfrom any location, into any page, at any time. Loading your scripts with LABjs reduces resource blocking during page-load,\nwhich is an easy and effective way to optimize your site's performance.\n\n\nLABjs by default will load (and execute) all scripts in parallel as fast as the browser will allow.\nHowever, you can easily specify which scripts have execution order dependencies and LABjs will ensure proper execution order.\nThis makes LABjs safe to use for virtually any JavaScript resource, whether you control/host it or not,\nand whether it is standalone or part of a larger dependency tree of resources.\n\n\nUsing LABjs will replace all that ugly \"\n\n {% labjs %}\n