diff --git a/gulp/tasks/manifest.js b/gulp/tasks/manifest.js deleted file mode 100644 index 74d7232562f67c73fd0a0892f3b72252774c2238..0000000000000000000000000000000000000000 --- a/gulp/tasks/manifest.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Dependencies - */ -const rev = require('gulp-rev'); - -/** - * Module body / Expose - */ -module.exports = config => { - config = config || {}; - config.path = config.path || 'manifest.json'; - return rev.manifest(config); -};