Scott Kehr
Files with styl extension get compiled and compressed
Compressed files get moved into min folder
min folder lives at the root of parent module's stylesheet folder
Compressed file's path will match original files path relative to stylesheets folder
Compressed file's will have a css extension
Instead of manifests we will use @import to concatenate Stylus files
Create a file with a styl extension
Convert all files you need to concatenate into Stylus
Import each stylus file you need in the order you need it
Stylus and imports can live within same file
Remove any manifest files you are no longer using
Replace the css extension with a styl extension
Run grunt stylus and make sure it doesn't choke on anything
Remove all css specific markup ({, }, :, ;)
Remove unneeded vender prefixes
Cleanup code by organizing blocks and creating mixins