From 33e1a07630a69f8469b9869cbf4227487d8a27b6 Mon Sep 17 00:00:00 2001 From: dlage Date: Mon, 6 Apr 2015 00:17:38 +0100 Subject: [PATCH] Update README.md Add to-do list --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 28849db..e430db6 100644 --- a/README.md +++ b/README.md @@ -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