Skip to content

Commit

Permalink
Maybe set the eyeglass root some day.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Mar 23, 2019
1 parent 8e4a95c commit 15501b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ember-cli-eyeglass/src/index.ts
Expand Up @@ -206,6 +206,8 @@ const EMBER_CLI_EYEGLASS = {
}
config.assets = ['public', 'app'].concat(config.assets || []);
config.eyeglass = config.eyeglass || {}
// XXX We don't set the root anywhere but I'm not sure what might break if we do.
// config.eyeglass.root = parentPath;
config.eyeglass.httpRoot = config.eyeglass.httpRoot || config["httpRoot"];
if (config.persistentCache) {
let cacheDir = parentPath.replace(/\//g, "$");
Expand Down

0 comments on commit 15501b4

Please sign in to comment.