The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

assets-railslike-precompiler.pl - Compiles asset files.

SYNOPSIS

assets-railslike-precompiler.pl [--version-number VERSION] [--search-path PATHS] [--verbose] [--help] FILE [FILE ...]

    --version-number | -n
        Uses specified version-number instead of sha1 string of contents.

    --search-path | -s 
        Sets search path(comma separated string).

    --verbose | -v
        Outputs more infomations.
        
    --help | -h
        Shows this message.

EXAMPLES

    > find assets -type f -name '*.js' | xargs assets-railslike-precompiler.pl -n v$(date +%Y%m%d) -s static/js,static/css -v

LICENSE

Copyright (C) 2013 Yoshihiro Sasaki

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Yoshihiro Sasaki <ysasaki@cpan.org>