Use archiver directly rather than grunt-contrib-compress

Removes two old copies of glob and is another step towards removing Grunt.
This commit is contained in:
Steve Gravrock
2025-04-08 18:47:53 -07:00
parent bcf699f145
commit 4bd2feda7d
4 changed files with 70 additions and 60 deletions

View File

@@ -6,7 +6,6 @@ module.exports = function(grunt) {
pkg: pkg,
concat: require('./grunt/config/concat.js'),
sass: require('./grunt/config/sass.js'),
compress: require('./grunt/config/compress.js'),
cssUrlEmbed: require('./grunt/config/cssUrlEmbed.js')
});