Skip to content

Commit

Permalink
Remove unused directories.
Browse files Browse the repository at this point in the history
Both Config/Schema and Lib/ are not required in current plugins.
  • Loading branch information
markstory committed Jul 13, 2014
1 parent 42e77f8 commit c673b81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Console/Command/Task/PluginTask.php
Expand Up @@ -97,13 +97,12 @@ public function bake($plugin) {
if (strtolower($looksGood) === 'y') {
$Folder = new Folder($this->path . $plugin);
$directories = [
$classBase . DS . 'Config' . DS . 'Schema',
$classBase . DS . 'Config',
$classBase . DS . 'Model' . DS . 'Behavior',
$classBase . DS . 'Model' . DS . 'Table',
$classBase . DS . 'Model' . DS . 'Entity',
$classBase . DS . 'Console' . DS . 'Command' . DS . 'Task',
$classBase . DS . 'Controller' . DS . 'Component',
$classBase . DS . 'Lib',
$classBase . DS . 'View' . DS . 'Helper',
$classBase . DS . 'Template',
'tests' . DS . 'TestCase' . DS . 'Controller' . DS . 'Component',
Expand Down

0 comments on commit c673b81

Please sign in to comment.