Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fis3 release -d project-path 命令导致的文件目录错误 #16

Open
flychao4837 opened this issue Jul 14, 2017 · 2 comments
Open

fis3 release -d project-path 命令导致的文件目录错误 #16

flychao4837 opened this issue Jul 14, 2017 · 2 comments

Comments

@flychao4837
Copy link

多次执行fis3 release -d xxxxx 直接将文件发布到laravel项目下时会在laravel的resources/views目录下产生“resources/views/resources/views”文件目录重复嵌套和blade模版的重复产生,在public目录下也会产生public目录的嵌套,

@oxUnd
Copy link

oxUnd commented Jul 15, 2017

这不算是问题,你把产出直接产出到了你的源码目录里面,往返肯定会递归编译出很多啊。

把产出目录配置到 project.ignore 里面试试。

@flychao4837
Copy link
Author

初步解决问题了,laravel的resources/和public/目录release时全部不编译,同时用fis.set('project.ignore', ['resources/', 'public/']) 对项目产出做文件的覆盖处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants