Skip to content

Commit 1a3c54b

Browse files
committed
Fix #998
1 parent d8f2112 commit 1a3c54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ gulp.task('generate', ['create-modules-link', 'update-requirements', 'electron-r
9191
cmd += ' --version-string.FileDescription="' + pjson.description + ' v' + pjson.version + '"';
9292
cmd += ' --app-copyright="Copyright 2016 Red Hat, Inc."';
9393
cmd += ' --app-version="' + pjson.version + '"' + ' --build-version="' + pjson.version + '"';
94-
cmd += ' --prune --ignore="test|' + config.prefetchFolder + '"';
94+
cmd += ' --prune --ignore="test|' + config.prefetchFolder + '|node_modules/patternfly/(node_modules|src|backstop_data|backstop)|.github"';
9595
cmd += ' --icon="' + config.configIcon + '"';
9696
exec(cmd, common.createExecCallback(cb, true));
9797
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ng-focus-if": "1.0.7",
4949
"openpgp": "2.5.11",
5050
"path": "^0.12.7",
51-
"patternfly": "3.29.5",
51+
"patternfly": "3.29.11",
5252
"pify": "3.0.0",
5353
"replace-in-file": "3.0.0-beta.2",
5454
"request": "2.83.0",

0 commit comments

Comments
 (0)