Skip to content

Commit

Permalink
Simplify build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas K. Dionysopoulos committed Mar 8, 2017
1 parent cdb7e9c commit a844834
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

/component/*.xml

/component/language/backend/en-GB
/component/language/frontend/en-GB

/release

/*/.DS_Store
10 changes: 0 additions & 10 deletions build/templates/link.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@
);

$symlink_folders = array(
// Build files
'../buildfiles/bin' => 'build/bin',
'../buildfiles/buildlang' => 'build/buildlang',
'../buildfiles/phingext' => 'build/phingext',
'../buildfiles/tools' => 'build/tools',
'../buildfiles/epub' => 'build/epub',

// Component translation
'translations/component/backend/en-GB' => 'component/language/backend/en-GB',
'translations/component/frontend/en-GB' => 'component/language/frontend/en-GB',
);
1 change: 0 additions & 1 deletion component/language/backend/index.html

This file was deleted.

1 change: 0 additions & 1 deletion component/language/frontend/index.html

This file was deleted.

1 change: 0 additions & 1 deletion component/language/index.html

This file was deleted.

0 comments on commit a844834

Please sign in to comment.