Skip to content

Commit

Permalink
Merge pull request #1841 from ampproject/fix/build-vendor-bundle
Browse files Browse the repository at this point in the history
Add missing FasterImage and Stream vendor dependencies in builds
  • Loading branch information
westonruter authored Jan 30, 2019
2 parents 3848f13 + aeafce9 commit 3654f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit 3654f02

Please sign in to comment.