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

[BREAKING] include hidden files in distFiles #55

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

lukemelia
Copy link
Contributor

  • dot files are ignored from glob.sync , files like .htaccess would not get deployed since distFiles do not include hidden files. This commit configures glob.sync to include dot files.

It should be relatively rare that this breaking change affects developer's apps, but we are considering it breaking because it could result in dot files becoming part of your deploy pipeline that were excluded in previous versions

- dot files are ignored from glob.sync , files like .htaccess would not get deployed since distFiles do not include hidden files. This commit configures glob.sync to include dot files.

It should be relatively rare that this breaking change affects developer's apps, but we are considering it breaking because it could result in dot files becoming part of your deploy pipeline that were excluded in previous versions
@lukemelia lukemelia merged commit 10158a3 into master Sep 3, 2019
@lukemelia lukemelia deleted the bevinhex-include-dotfiles branch September 3, 2019 05:28
lukemelia added a commit to ember-cli-deploy/ember-cli-deploy-lightning-pack that referenced this pull request Sep 3, 2019
- Likelihood of change affecting your pipeline is low. See ember-cli-deploy/ember-cli-deploy-build#55 for details
@lukemelia
Copy link
Contributor Author

Released as 2.0.0

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

Successfully merging this pull request may close these issues.

2 participants