Skip to content

Commit aaabdd8

Browse files
committed
Removed hybrid core references
1 parent bc268d3 commit aaabdd8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/grunt/clean.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ module.exports = {
3838
},
3939
php: {
4040
src: [
41-
'<%= paths.hybridCore %>',
4241
'includes/vendor/'
4342
]
4443
},

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = function() {
1717
bower: 'assets/bower/',
1818
composer: 'assets/composer/',
1919
grunt: 'config/grunt/',
20-
hybridCore: 'hybrid-core/',
2120
tasks: 'config/grunt/tasks/',
2221
global: {
2322
config: path.join( __dirname, 'config/' ),

0 commit comments

Comments
 (0)