Sha256: 42eeccb60deab5dbf7b146e593cee548337116679dc9b083284289c44c3155fd

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

<div style="border: 1px solid #c00; background: #fff; padding: 5px 10px"><strong>This is an in-progress rewrite of Sprockets</strong> to be released as version 2.0. Please see the <a href="https://github.com/sstephenson/sprockets/tree/1.0.x">1.0.x branch</a> for information on the current release.</div>

Sprockets 2
===========

Sprockets 2 is a Rack-based asset packaging system that concatenates
and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.

This version is a rewrite of Sprockets that addresses a number of issues
with the original version's design.

* Emphasis on serving, not generating.
* Support for multiple concatenations.
* Support for CSS concatenations.
* Support for CoffeeScript, LESS, Sass and SCSS preprocessing.
* Simplified, header-comment-based dependency declarations.
* Opt-in interpolation with ERB support.
* Serve images and other assets from anywhere in the load path.

More coming soon.

[![Build Status](http://travis-ci.org/sstephenson/sprockets.png)](http://travis-ci.org/sstephenson/sprockets)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bpm-1.0.0.beta.8 vendor/sprockets/README.md
bpm-1.0.0.beta.6 vendor/sprockets/README.md
bpm-1.0.0.beta.5 vendor/sprockets/README.md
bpm-1.0.0.beta.4 vendor/sprockets/README.md
bpm-0.1.4 vendor/sprockets/README.md
bpm-0.1.3 vendor/sprockets/README.md
bpm-0.1.2 vendor/sprockets/README.md