We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c918ea commit 11f27d7Copy full SHA for 11f27d7
scripts/build.js
@@ -12,7 +12,7 @@ const utils = require('./utils');
12
const ROOT_DIR = '.';
13
const DST_DIR = 'build';
14
const SRC_DIR = 'src';
15
-const CDN_VERSIONS = ['1.2', '1.5', '1.6'];
+const CDN_VERSIONS = ['1.2', '1.6'];
16
const CDN_REPLACE_FILES = ['index.html', 'js/download-data.js'];
17
const GIT_BRANCH_DIST = 'dist';
18
const PTOR_CONF = 'protractorConf.js';
0 commit comments