Skip to content

Commit

Permalink
Purge cache on both child and parent templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacerider committed Aug 2, 2016
1 parent 15508d5 commit 2874661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KAST/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ gulp.task('default', function(){
}

if (config.purgeRenderCache) {
gulp.watch(['./templates/*.html.twig', './templates/**/*.html.twig'], ['drush:render']);
gulp.watch(['../fett/templates/**/*.html.twig', './templates/**/*.html.twig'], ['drush:render']);
gulp.watch(['../fett/*.theme','./*.theme'], ['drush:cr']);
}
}
});

0 comments on commit 2874661

Please sign in to comment.