Skip to content

Releases: adopted-ember-addons/ember-theme-changerr

6/27/18

27 Jun 12:20

Choose a tag to compare

isRelativePath is added to better support the option of wanting relative asset paths or absolute asset paths. This is necessary in some use cases where ember-engines are used in applications.

In the config/environment.js

theme: {
isRelativePath: true //assets will be given a relative URL
}
theme: {
isRelativePath: false //assets will have an absolute URL
}
theme: {
//nothing configured for isRelativePath will default it to true
}

Tuesday

26 Jun 15:57
bd3fa6b

Choose a tag to compare

Adds isRelativePath configuration option to better support some ember-engine use cases.

isRelativePath: [default to true in the Addon] , boolean value to indicate if the assets should be assigned relative url or not [/assetsd/light.css]