-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #389 from magento-performance/MAGETWO-52660
MAGETWO-52660: [Performance] Improve performance of static assets deployment
- Loading branch information
Showing
39 changed files
with
2,506 additions
and
651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
/** | ||
* Copyright © 2016 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
|
||
namespace Magento\Deploy\Model\Deploy; | ||
|
||
interface DeployInterface | ||
{ | ||
/** | ||
* Base locale option without customizations | ||
*/ | ||
const DEPLOY_BASE_LOCALE = 'deploy_base_locale'; | ||
|
||
/** | ||
* @param string $area | ||
* @param string $themePath | ||
* @param string $locale | ||
* @return int | ||
*/ | ||
public function deploy($area, $themePath, $locale); | ||
} |
Oops, something went wrong.
Woohoow! 😄