skroonenburg / Rejuicer

Fluent CSS & JavaScript minification tool for ASP.NET.
http://rejuice.me
14 stars 9 forks source link

Exclude files from configuration #10

Open rythos42 opened 11 years ago

rythos42 commented 11 years ago

I have some code:

OnRequest.ForCss("~/Stylesheets-{0}.aspx")
    .Compact
    .FilesIn("~/Scripts/jquery-ui/themes/custom").Matching("jquery-ui.css")
    .FilesIn("~/css").Matching("*.css")
    .Configure();

I would like to specifically exclude certain files from this OnRequest, instead of including them.

I'd be happy to work on this issue, if this project is still watched over by the developer. But since rejuice.me is down and there is an open Pull Request, I'm uncertain that it's worth my time.

rythos42 commented 11 years ago

Fixed by #11