Skip to content

Rake Pipeline OrderingConcatFilter by folder #73

@newtonianb

Description

@newtonianb

How can I specify an entire folder when specifying OrderingConcatFilter?

      match "coffee/**/*.js" do
        filter(
          Rake::Pipeline::OrderingConcatFilter,
          [
            "my/essentials/**/*",
            "my/core/**/*",
          ],
          "libs.js"
        )
      end

I wrote my app in a javascript MVC and the way it works is all the files in that directory need to be loaded before the rest, how can I specify wild characters?

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