GitHub

This repository was archived by the owner on Apr 12, 2024. It is now read-only.

File tree

  • docs/config/services/deployments

Original file line numberDiff line numberDiff line change

@@ -15,7 +15,7 @@ var cdnUrl = googleCdnUrl + versionInfo.cdnVersion;

1515

// docs.angularjs.org and code.angularjs.org need them.

1616

var versionPath = versionInfo.currentVersion.isSnapshot ?

1717

'snapshot' :

18-

(versionInfo.currentVersion.version || versionInfo.currentVersion.version);

18+

versionInfo.currentVersion.version;

1919

var examplesDependencyPath = angularCodeUrl + versionPath + '/';

2020
2121

module.exports = function productionDeployment(getVersion) {

Read the original on github.com ↗