aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/static_compiler.rb
Commit message (Collapse)AuthorAgeFilesLines
* Extend the set of compressible files by some common types.r-stu312012-01-081-1/+1
|
* Enable to handle over in options the regexp determining which files to gzip.r-stu312012-01-081-1/+2
|
* assets compilation task refactoringMark J. Titorenko2011-10-051-20/+29
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Avoid using pathnames and automatically create the manifest directory if one ↵José Valim2011-09-241-3/+2
| | | | does not exist yet.
* Move precompile task to Sprockets::StaticCompilerGuillermo Iguaran2011-09-201-0/+53