Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jan 27, 2018
1 parent d5847b3 commit 8604e03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/Asset/AssetPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public function defaultOptions()
return [
/**
* 包含的可发布的 文件 文件扩展匹配 目录
* 比 {@see $exlude} 优先级更高
* @var array
*/
'include' => [
Expand All @@ -99,6 +98,7 @@ public function defaultOptions()

/**
* 排除发布的 文件 文件扩展匹配 目录
* 比 include 优先级更高
* @var array
*/
'exclude' => [
Expand Down Expand Up @@ -149,6 +149,7 @@ public function add($from, $to = '')
* target path is {@see $publishPath} + $path ( is param of the method `source($path)` )
* @param bool|false $override
* @return $this
* @throws FileSystemException
*/
public function publish($override = false)
{
Expand Down Expand Up @@ -198,6 +199,8 @@ public function publishFile($from, $to, $override = false)
* @param $fromDir
* @param $toDir
* @param bool|false $override
* @throws FileSystemException
* @throws InvalidArgumentException
*/
public function publishDir($fromDir, $toDir, $override = false)
{
Expand Down

0 comments on commit 8604e03

Please sign in to comment.