Update README.md

This commit is contained in:
dlage
2015-04-06 00:22:18 +01:00
parent 33e1a07630
commit 84f54a9043
+5 -3
View File
@@ -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