Update README.md

Add to-do list
This commit is contained in:
dlage
2015-04-06 00:17:38 +01:00
parent c60f2c4192
commit 33e1a07630

View File

@@ -14,6 +14,14 @@ can use it to get an idea of the module's uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.
##TO-DO List
There are still a lot of things on the way:
* Compress files - CSS and JS mainly
* Manifest files - glue together multiple CSS and JS files
* Allow separator between files - probably default to `/* filename */`
* Helper method for file urls
* `asset-url('assets/path/to/asset.png')` would become `public/assets/path/to/asset-version12345678.png`
* also applied to fonts, etc...
##INSTALLATION