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 66fd840 commit 379127dCopy full SHA for 379127d
tasks/build/browserify.js
@@ -40,7 +40,7 @@ module.exports = function(grunt) {
40
if (isMin) {
41
browseified = browseified
42
.exclude('../../docs/reference/data.json')
43
- .exclude('../../../docs/parameterData.json')
+ .exclude('../../docs/parameterData.json')
44
.exclude('../../translations')
45
.exclude('./browser_errors')
46
.ignore('i18next')
tasks/build/combineModules.js
@@ -61,7 +61,7 @@ module.exports = function(grunt) {
61
62
63
64
- .exclude('../../../docs/parameterData.json');
+ .exclude('../../docs/parameterData.json');
65
}
66
67
const babelifyOpts = { plugins: ['static-fs'] };
0 commit comments