Skip to content

Commit 379127d

Browse files
committed
updating path for parameterData.json trying to fix build error
1 parent 66fd840 commit 379127d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/build/browserify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = function(grunt) {
4040
if (isMin) {
4141
browseified = browseified
4242
.exclude('../../docs/reference/data.json')
43-
.exclude('../../../docs/parameterData.json')
43+
.exclude('../../docs/parameterData.json')
4444
.exclude('../../translations')
4545
.exclude('./browser_errors')
4646
.ignore('i18next')

tasks/build/combineModules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = function(grunt) {
6161
if (isMin) {
6262
browseified = browseified
6363
.exclude('../../docs/reference/data.json')
64-
.exclude('../../../docs/parameterData.json');
64+
.exclude('../../docs/parameterData.json');
6565
}
6666

6767
const babelifyOpts = { plugins: ['static-fs'] };

0 commit comments

Comments
 (0)