[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#805290: ITP: libjs-requirejs-plugins -- small set of plugins for RequireJS



Package: wnpp
Severity: wishlist
Owner: Thomas Goirand <zigo@debian.org>

* Package name    : libjs-requirejs-plugins
  Version         : 1.0.3
  Upstream Author : Miller Medeiros <miller@millermedeiros.com>
* URL             : https://github.com/millermedeiros/requirejs-plugins
* License         : Expat
  Programming Lang: JavaScript
  Description     : small set of plugins for RequireJS

 RequireJS uses plain script tags to load modules/files, so it should allow for
 easy debugging. It can be used simply to load existing JavaScript files so one
 can add it to existing project without having to re-write JavaScript files.
 .
 RequireJS includes an optimization tool one can run as part of packaging steps
 for deploying code. The optimization tool can combine and minify JavaScript
 files to allow for better performance.
 .
 This package contains a small set of plugins for RequireJS:
  * async: Useful for JSONP and asynchronous dependencies (e.g. Google Maps).
  * font: Load web fonts using the WebFont Loader API: requires propertyParser
  * goog: Load Google APIs asynchronously (requires async! plugin and
    propertyParser).
  * image: Load image files as dependencies. Option to "cache bust".
  * json: Load JSON files and parses the result. (Requires text! plugin).
  * mdown: Load Markdown files and parses into HTML. (Requires text! plugin
    and a markdown converter).
  * noext: Load scripts without appending ".js" extension, useful for
    dynamic scripts.

This is a new dependency for OpenStack Fuel.


Reply to: