From 84f54a90431c17e48f2bea80161704598286a3de Mon Sep 17 00:00:00 2001 From: dlage Date: Mon, 6 Apr 2015 00:22:18 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e430db6..e65ae00 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,12 @@ fixes for the module are worth downloading. 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 */` + * Allow separator between files - probably default to `/* filename */` +* Compile SASS/LESS/COFFEE + * Easy to add new "processors" * 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... + * `asset-url('assets/path/to/asset.png')` would become `public/assets/path/to/asset-version12345678.png` + * also applied to fonts, etc... ##INSTALLATION