emberfeather/less.js-middleware

Dyanmic output filename

Closed this issue · 1 comments

Hi,
I have an app that uses sub domains to display different content and css themes. How can I make the middleware compile output to different file names so that the same file is not compiled with different css?

For example:
foo.bar.com -> foo.css
baz.bar.com -> baz.css

Thanks!

You can use the preprocessor/postprocessor combination to correctly determine which css and which output to write to. Also your #112 fix should also be handy for this. Closing this issue since that should make it possible to do.