0.0.1 • Published 11 years ago

assemblyline v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

DRAFT

Astro - Your friendly frontend asset manager

Astro is at its simplest a library for asset-fingerprinting. You can do the following:

  • Get md5 of a file and duplicate it and add the md5 to the filename
  • Retreive the file path of the newely add file with the md5 based on the original file path

But astro is way more than that. Astro is also adds a set of hooks so you can do thing with asset before and after it is fingerprintet

The hooks consist of the following steps:

  1. Preprocessing
  2. Concatenation
  3. Minification
  4. Finger-printing
  5. Post processing