From 661a0f85a730f48f3d6246a69c0372ff65ae67c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= Date: Sat, 11 Feb 2012 19:03:33 +0100 Subject: [PATCH] Removed TODOs that are obsolete. --- TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO b/TODO index 6765fcea..85510c84 100644 --- a/TODO +++ b/TODO @@ -16,9 +16,6 @@ Since running an external tool is not uncommon for a filter, the Filter base class could support a helper function that simplifies the calls to the subprocess module. -Automatically create (and delete, i.e. manage) symlinks to make the -ASSETS_EXPIRE="filename" option work without server rewrites. - Support functionality for applying a filter directly within a template, i.e. pack inline scripts. On the other end, allow piping an assets directly into the template. The latter is probably best using @@ -72,7 +69,3 @@ or the requirement that the Jinja2Loader need to know about the extensions used, if we can somehow hack Jinja2 to ignore unknown tags. The input filter step can be parallelised. Is this worth it? - -Creating a custom CLI is too complex currently. It should be possible -to use an existing class which does all the parsing, only providing -an environment instance.