Skip to content

Commit

Permalink
Merge branch 'develop' into fix/mustache-template-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kienstra committed Mar 2, 2020
2 parents 52d49e9 + 88f47ce commit 65a16ef
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 118 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = function( grunt ) {
'composer.*',
'patches',
'vendor/*/*/.editorconfig',
'vendor/*/*/.git',
'vendor/*/*/.gitignore',
'vendor/*/*/composer.*',
'vendor/*/*/Doxyfile',
Expand All @@ -39,6 +40,7 @@ module.exports = function( grunt ) {
'vendor/*/*/*.yml',
'vendor/*/*/.*.yml',
'vendor/*/*/tests',
'vendor/bin',
];

grunt.initConfig( {
Expand Down
Loading

0 comments on commit 65a16ef

Please sign in to comment.