diff --git a/lib/drupal.js b/lib/drupal.js index 20a8ec6f..28596a7c 100644 --- a/lib/drupal.js +++ b/lib/drupal.js @@ -58,6 +58,7 @@ module.exports = function(grunt) { module.drupalPath = function(type) { switch (module.majorVersion()) { case 8: + case 9: return path.join(grunt.config('config.buildPaths.html'), type); case 7: default: