Skip to content

Commit

Permalink
Syncing large content packages fails (#82)
Browse files Browse the repository at this point in the history
* updated fs-extra dependency
* optimised file system operations
* optimised reporting for synced files
(fixes #82)
  • Loading branch information
raducotescu committed Mar 27, 2018
1 parent 35eed56 commit c4d3a71
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 147 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = function (grunt) {
'node_modules/mkdirp/**',
'node_modules/ms/**',
'node_modules/natives/**',
'node_modules/ncp/**',
'node_modules/node-uuid/**',
'node_modules/once/**',
'node_modules/over/**',
Expand All @@ -115,6 +114,7 @@ module.exports = function (grunt) {
'node_modules/tough-cookie/**',
'node_modules/traverse/**',
'node_modules/tweetnacl/**',
'node_modules/universalify/**',
'node_modules/unzip/**',
'node_modules/util-deprecate/**',
'node_modules/verror/**',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"adm-zip" : "0.4.4",
"q" : "1.0.1",
"glob" : "3.2.9",
"fs-extra": "0.11.0",
"fs-extra": "5.0.0",
"xmldom" : "0.1.19",
"xpath" : "0.0.7",
"unzip" : "0.1.9",
Expand Down
Loading

0 comments on commit c4d3a71

Please sign in to comment.