Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Build: Don't process images when copying files for Google CDN
Browse files Browse the repository at this point in the history
Fixes gh-7284
  • Loading branch information
gseguin committed May 1, 2014
1 parent 4c7179b commit ba46211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,8 @@ module.exports = function( grunt ) {
content = content.replace( re, "" );
}
return content;
}
},
processContentExclude: [ "**/*.+(gif|png)" ]
},
files: {
// WARNING: This will be modified by the config:copy:noversion task
Expand Down

0 comments on commit ba46211

Please sign in to comment.