Skip to content

Commit

Permalink
III-3347 Update or remove dependencies that depend on graceful-fs@2 and
Browse files Browse the repository at this point in the history
@3

For node 10+ support, graceful-fs has to be updated to 4+. So all our dependencies using graceful-fs have to be updated to a version that uses @4.

grunt-google-cdn is also affected but has not been updated in 6 years. See btford/grunt-google-cdn#71
Since it's not a must-have, I've removed it.
  • Loading branch information
bertramakers committed Jul 27, 2020
1 parent cb7db93 commit 1f112e7
Show file tree
Hide file tree
Showing 3 changed files with 5,942 additions and 6,307 deletions.
8 changes: 0 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,6 @@ module.exports = function (grunt) {
}
},

// Replace Google CDN references
cdnify: {
dist: {
html: ['<%= yeoman.dist %>/*.html']
}
},

// Copies remaining files to places other tasks can use
copy: {
dist: {
Expand Down Expand Up @@ -529,7 +522,6 @@ module.exports = function (grunt) {
'concat',
'ngAnnotate:src',
'copy:dist',
'cdnify',
'cssmin',
'uglify',
'filerev',
Expand Down
Loading

0 comments on commit 1f112e7

Please sign in to comment.