Skip to content

Exclude files from configuration #10

@rythos42

Description

@rythos42

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions