-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
52 lines (47 loc) · 2.63 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- tainted files need to check css
- rails3. rework rake tasks to use Rails configuration DONE
- rails3. use middleware automatically via a railtie DONE
- rails3. use rails-style gemspec configuration DONE
- create digests based on the gem name for asset builds DONE
- test exclude functionality DONE
- test asset build config DONE
- test old functionality, using facet ex app DONE
- document asset build feature DONE
- write method to copy over cached files DONE
- write method to preprocess/require a source file DONE
- write method to css insert a source file DONE
- yui compress the cached files DONE
- convert to using a manifest instead of includes DONE
- helpers for generating the manifests NOT NECESSARY
- try running in an actual app DONE
- check digesting DONE
- verify works with prefix_path DONE
- check runs unbundled DONE
- provisions for digesting and compressing css DONE
- gems should be able to register their own load_paths NOT NECESSARY
- when caching, stat mtimes first (multiple merbs) DONE
- write a merb-specific rack for options NOT NECESSARY
- combine middleware? DONE
- separate out cache? NOT TO DO
- convert to use nokogiri SAX NOT POSSIBLE
- convert to use regexp DONE
- make log output pretty DONE
- optimise checking if update needed on cache DONE
- clean task? NOT TO DO
- option to disable manifester & provider DONE
- improve configuration param names DONE
- avoid multiple processes compressing digest DONE
- optimise the code DONE
- in code documentation DONE
- dump load path when cannot resolve a dependency DONE
- support for //= require <jquery/ui/accordion> DONE
- support for //= require "foo/*.js" (globs) DONE
- test suite? NOT FOR NOW
- find streaming XML module for manifest filter NOT FOR NOW
- convert to simplest regexp that fit HTML 4.0 DTD DONE
- asset-gen binary NOT FOR NOW
- README DONE
- provision for http://foo.com in require?
- source files should not be libraries DONE
- README needs info on bundling/gem requires
- README needs note on empty ruby libary file DONE