タグ

ブックマーク / unknownplace.org (1)

  • 2006/03/17 - memo - unknownplace.org

    川o・-・)<2nd life - JavaScriptCSS の query に自動で最終更新時間をつける Rails Plugin インスパイア。 package Catalyst::Plugin::URI::MtimeQuery; sub uri_for { my $c = shift; my $res = $c->NEXT::uri_for(@_); if ( $res =~ /\.(css|js|swf)$/ ) { my $base = $c->req->base; my ($path) = $res =~ m!^$base/(.*)!; my $file = $c->path_to( 'root', split '/', $path ); if ( $file->stat && -f _ && -r _ ) { $res .= '?' . $file->stat->mt

    shidho
    shidho 2006/03/17
    なるほど。
  • 1