Skip to content

Change config after load defaultConfigs #3

@dgmike

Description

@dgmike

Its not possible join configurations on will.js, so, its better have a way to do it.

Solving problem with above code. Its not the best way but solves for time.

will.use(["will.js"])(function(status) {
  will.configure(function(config) {
    config.addDomain("newlocation", "/assets/components", "js");
  });
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions