Skip to content

removeCombined doesn't have any affect  #73

@tomleibo

Description

@tomleibo

Hi,
I'm using sbt-rjs 1.0.7 with play 2.5.8.

my build.sbt contains:

pipelineStages := Seq(rjs)
RjsKeys.mainConfig := "main"

and my main.js contains this configuration:

requirejs.config({
        baseUrl : "/assets/scripts/",
        paths: {

        },
        generateSourceMaps : true,
        removeCombined : true
    });

Although removeCombined is set to true I can still fetch the *.js.src.js files and the mapping files too.

Is it a bug or misconfiguration?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions