2015-02-04 16:45:43 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-sprockets to 2.12.3.
Changes are not available.
|
2014-11-01 15:43:40 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-sprockets to 2.8.3. Fix security problem of CVE-2014-7819.
**2.8.2** (December 10, 2012)
* Fixed top level Sass constant references
* Fixed manifest logger when environment is disabled
**2.8.1** (October 31, 2012)
* Fixed Sass importer bug
**2.8.0** (October 16, 2012)
* Allow manifest location to be seperated from output directory
* Pass logical path and absolute path to each_logical_path iterator
**2.7.0** (October 10, 2012)
* Added --css-compressor and --js-compressor command line flags
* Added css/js compressor shorthand
* Change default manifest.json filename to be a randomized manifest-16HEXBYTES.json
* Allow nil environment to be passed to manifest
* Allow manifest instance to be set on rake task
**2.6.0** (September 19, 2012)
* Added bower component.json require support
**2.5.0** (September 4, 2012)
* Fixed Ruby 2.0 RegExp warning
* Provide stubbed implementation of context *_path helpers
* Add SassCompressor
|
2012-09-16 08:46:45 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-sprockets to 2.4.5.
**2.4.5** (July 10, 2012)
* Tweaked some logger levels
|
2012-06-02 02:57:36 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-sprockets to 2.4.3.
Changes are unavailable.
|
2012-04-29 16:08:39 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-sprockets package to 2.4.1.
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-18 10:15:36 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-sprockets to 2.3.1.
**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-17 17:42:41 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Update ruby-sprockets to 2.3.1.
Exact changes are unknown.
|
2012-03-02 04:01:29 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Tweak dependency to ruby-rack.
Bump PKGREVISION.
|
2011-12-15 15:44:06 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
Importing misc/ruby-sprockets pacakge version 2.0.3.
|