The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>