forked from jakobmattsson/opra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplan
26 lines (20 loc) · 1.03 KB
/
plan
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
Implemented but not thoroughly or not tested
============================================
* Test assetRoot
* Test all kinds of errors that can occur
Core changes
============
* Generalize the parser so it can handle any kind of parameters
* Improve the build.js-code so it's possible to understand what it's doing
* Rename all hooks so they're purpose becomes explicit
Hooks
=====
* Include images inline in css
* Parameter to output tags valid accoring to different doctypes (html5, xhtml, html-transitional etc)
- Even better if this is detected automatically from the html-file
* Should be possible to add a timestamp in the names of the generated files
* Include files remotely (http/https). Cache them so they dont have to be downloaded all the time.
* Add caching for all compilation/compression so files that have not changed can be served faster
Other notes
===========
A better way to deal with whitespacing differences between versions, of coffee-script for example, would be to compare the AST of the output, rather than the actual strings.