almond 0.2.9-1 source package in Ubuntu

Changelog

almond (0.2.9-1) unstable; urgency=medium


  * upgraded to the last upstream version

 -- Georges Khaznadar <email address hidden>  Mon, 13 Jan 2014 22:49:33 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
almond_0.2.9-1.dsc 1.0 KiB 0992add26520e4e6d31482f4093b82ce81ded9cb81e722ba4501e73925552a70
almond_0.2.9.orig.tar.gz 79.8 KiB c0e44221f56a8ae5df5043099040d976f4c3eefc916dc3128a0f0f2bfcff34f4
almond_0.2.9-1.debian.tar.gz 3.4 KiB 2c3f56c34ccfa3d7bc64a304be05a9543aafaa486aa2fa8715bcf0bb41833b77

Available diffs

No changes file available.

Binary packages built by this source

node-almond: minimal AMD API implementation for use in optimized browser builds

 Some developers like to use the AMD API to code modular JavaScript,
 but after doing an optimized build, they do not want to include a
 full AMD loader like RequireJS, since they do not need all that
 functionality.
 .
 In the context of Javascript modules, AMD refers to a format
 specification which makes modules easier to use. See
 http://requirejs.org/docs/whyamd.html#amd
 .
 Some use cases, like mobile, are very sensitive to file sizes.
 .
 By including almond in the built file, there is no need for
 RequireJS. almond is around **1 kilobyte** when minified with
 Closure Compiler and gzipped.