We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc268d3 commit aaabdd8Copy full SHA for aaabdd8
config/grunt/clean.js
@@ -38,7 +38,6 @@ module.exports = {
38
},
39
php: {
40
src: [
41
- '<%= paths.hybridCore %>',
42
'includes/vendor/'
43
]
44
index.js
@@ -17,7 +17,6 @@ module.exports = function() {
17
bower: 'assets/bower/',
18
composer: 'assets/composer/',
19
grunt: 'config/grunt/',
20
- hybridCore: 'hybrid-core/',
21
tasks: 'config/grunt/tasks/',
22
global: {
23
config: path.join( __dirname, 'config/' ),
0 commit comments