summaryrefslogtreecommitdiff
path: root/misc/ruby-sprockets
AgeCommit message (Collapse)AuthorFilesLines
2012-04-29Update ruby-sprockets package to 2.4.1.taca3-9/+9
pkgsrc change: fix HOMEPAGE. **2.4.1** (April 26, 2012) * Fixed MultiJson API change * Fixed gzip mtime **2.4.0** (March 27, 2012) * Added global path registry * Added global processor registry **2.3.2** (March 26, 2012) * Fix Context#logical_path with dots
2012-03-18Update ruby-sprockets to 2.3.1.taca2-6/+14
**2.3.1** (February 11, 2012) * Added bytesize to manifest * Added Asset#bytesize alias * Security: Check path for forbidden access after unescaping **2.3.0** (January 16, 2012) * Added special Sass importer that automatically tracks any `@import`ed files. **2.2.0** (January 10, 2012) * Added `sprockets` command line utility. * Added rake/sprocketstask. * Added json manifest log of compiled assets. * Added `stub` directive that allows you to exclude files from the bundle. * Added per environment external encoding (Environment#default_external_encoding). Defaults to UTF-8. Fixes issues where LANG is not set correctly and Rubys default external is set to ASCII. **2.1.2** (November 20, 2011) * Disabled If-Modified-Since server checks. Fixes some browser caching issues when serving the asset body only. If-None-Match caching is sufficent. **2.1.1** (November 18, 2011) * Fix windows absolute path check bug. **2.1.0** (November 11, 2011) * Directive comment lines are now turned into empty lines instead of removed. This way line numbers in CoffeeScript syntax errors are correct. * Performance and caching bug fixes.
2012-03-17Update ruby-sprockets to 2.3.1.taca1-4/+6
Exact changes are unknown.
2012-03-02Tweak dependency to ruby-rack.taca1-3/+3
Bump PKGREVISION.
2011-12-15Importing misc/ruby-sprockets pacakge version 2.0.3.taca4-0/+60
Sprockets: Rack-based asset packaging Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass, SCSS and LESS.