From aeafce9947984a2068c90f75a4ca48f436259005 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 28 Jan 2019 10:07:47 -0800 Subject: [PATCH] Add missing vendor deps to build after #1809 --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index ebf940889b9..1a5e0a9036d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -98,6 +98,8 @@ module.exports = function( grunt ) { paths.push( 'assets/js/*-compiled.js' ); paths.push( 'vendor/composer/**' ); paths.push( 'vendor/sabberworm/php-css-parser/lib/**' ); + paths.push( 'vendor/fasterimage/fasterimage/src/**' ); + paths.push( 'vendor/willwashburn/stream/src/**' ); grunt.task.run( 'clean' ); grunt.config.set( 'copy', {