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

Find ( if possible ) a solution for public folder not in sync #228

Open
acacha opened this issue Apr 2, 2017 · 3 comments
Open

Find ( if possible ) a solution for public folder not in sync #228

acacha opened this issue Apr 2, 2017 · 3 comments
Assignees

Comments

@acacha
Copy link
Collaborator

acacha commented Apr 2, 2017

Sometimes public folder is not in sync (because I forget to run npm run dev) with changes in resources. So it could be very convenient a tool like prepublish script in npm that forces execution of a script before publishing new version of package. So there is something in Composer/packagist or maybe for git before tagging?

@acacha
Copy link
Collaborator Author

acacha commented Apr 2, 2017

@acacha
Copy link
Collaborator Author

acacha commented Apr 2, 2017

@acacha acacha self-assigned this Apr 6, 2017
@kingofswing
Copy link

kingofswing commented May 1, 2018

@acacha Mr.acacha , I use git to deploy , but how to deal with message.php ?
because my .gitignore file under project root is like these
/node_modules
/public/storage
/public/hot
/storage/*.key
/vendor
/.idea
Homestead.json
Homestead.yaml
_ide_helper.php

So I can't sync the modified language specific message.php‘s to the production site. how can I solve this problem? If remove /vendor, then all the vendor directories would be copied to the remote site.

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

No branches or pull requests

2 participants