Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Update asset-url-generator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jun 26, 2017
1 parent 2f2e5a7 commit 04b1ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/asset-manager/asset-url-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = (appName, directory, useLocalAppShell) => {
const assetHashes = loadAssetHashesJson(`${directory}/public/asset-hashes.json`);
const nUiAssetHashes = loadAssetHashesJson(`${directory}/public/n-ui-asset-hashes.json`);
const nUiReleaseName = nUiManager.getReleaseName(directory);
const nUiUnhashedAssetsRoot = useLocalAppShell ? '/${appName}/n-ui/' : `//www.ft.com/__assets/n-ui/cached/${nUiReleaseName}/`;
const nUiUnhashedAssetsRoot = useLocalAppShell ? `/${appName}/n-ui/` : `//www.ft.com/__assets/n-ui/cached/${nUiReleaseName}/`;

const getAssetUrl = assetConfig => {

Expand Down

0 comments on commit 04b1ceb

Please sign in to comment.