Skip to content

Attempting to remove cdn using config and getting error #51

@mfields106

Description

@mfields106

I have the following config:

RjsKeys.appBuildProfile := JS.Object(
"appDir" -> RjsKeys.appDir.value,
"baseUrl" -> RjsKeys.baseUrl.value,
"dir" -> RjsKeys.dir.value,
"generateSourceMaps" -> RjsKeys.generateSourceMaps.value,
"mainConfigFile" -> RjsKeys.appDir.value / RjsKeys.mainConfigFile.value.getPath,
"modules" -> RjsKeys.modules.value,
"optimize" -> RjsKeys.optimize.value,
"preserveLicenseComments" -> RjsKeys.preserveLicenseComments.value,
"removeCombined" -> RjsKeys.removeCombined.value
)

This produces error - Error: Error: Module loading did not complete for: ....

However when I run separately r.js directly on the app.build.js everything works.

Please help.

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