aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets/static_compiler.rb
Commit message (Collapse)AuthorAgeFilesLines
* Asset manifest includes aliases for foo.js -> foo/index.js and vice versa. ↵Jeremy Kemper2012-09-301-20/+12
| | | | Bump Sprockets requirements from 2.1+ to 2.2+ and let it answer "should we compile this asset?" for us.
* Fix #3993 assets:precompile task does not detect index filesDmitry Vorotilin2012-05-011-0/+3
|
* 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