From 05e3cdc0623795ee782b3fe20b8cd2deb075e56e Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Tue, 22 May 2018 09:47:00 -0300 Subject: [PATCH] Update theme name in Gruntfile.js See #154 --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 578a8baa..911183f6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,12 +8,12 @@ module.exports = function( grunt ) { HH_SCSS = [ 'plugins/**/*.scss', - 'themes/helphub/**/*.scss' + 'themes/wporg-support/**/*.scss' ], HH_JS = [ 'plugins/helphub-*/**/*.js', - 'themes/helphub/js/*.js' + 'themes/wporg-support/js/*.js' ], autoprefixer = require('autoprefixer'), @@ -54,7 +54,7 @@ module.exports = function( grunt ) { src: [ 'plugins/support-helphub/**/*.php', '!plugins/support-helphub/inc/syntaxhighlighter/**/*.php', - 'themes/helphub/**/*.php' + 'themes/wporg-support/**/*.php' ], expand: true }