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

Fix files being omitted #26

Closed
wants to merge 1 commit into from
Closed

Fix files being omitted #26

wants to merge 1 commit into from

Conversation

paleite
Copy link

@paleite paleite commented Feb 18, 2020

The glob '**' would not match files such as [...file].js.

Included files before PR:

.file.js
[file].js
file.js

Included files after PR:

.file.js
[...file].js
[file].js
file.js

The glob `'**'` would not match files such as `[...file].js`.

Included files before PR:

```
.file.js
[file].js
file.js
```

Included files after PR:

```
.file.js
[...file].js
[file].js
file.js
```
@danielcondemarin
Copy link
Member

danielcondemarin commented Feb 22, 2020

@eahefnawy Could this get merged please 🙏 It will allow supporting a pretty important feature in the next component.

@ration
Copy link

ration commented Mar 3, 2020

Upgrading globby to latest will also fix this.

@pmuens pmuens removed their request for review March 5, 2020 20:13
@krish-dev
Copy link

Hi, Could this get merged please 🙏 It will allow supporting a very important routing rule in the next component. [...file].js named file is not uploading to AWS lambda.

@paleite
Copy link
Author

paleite commented Apr 17, 2020

Hi, Could this get merged please 🙏 It will allow supporting a very important routing rule in the next component. [...file].js named file is not uploading to AWS lambda.

Looks like it has been merged in another repo now (and the utils.js-file is gone from this repository): serverless/components#577

@paleite paleite closed this Apr 17, 2020
@paleite paleite deleted the patch-1 branch April 17, 2020 10:29
crash7 added a commit to crash7/serverless that referenced this pull request Aug 25, 2020
This ports a fix introduced in serverless-components: serverless-components/aws-lambda#26 but given some changes in the test,
it probably needs to be flagged as a breaking change.
crash7 added a commit to crash7/serverless that referenced this pull request Aug 25, 2020
This ports a fix introduced in serverless-components: serverless-components/aws-lambda#26 but given some changes in the test,
it probably needs to be flagged as a breaking change.

Fixes serverless#8125
crash7 added a commit to crash7/serverless that referenced this pull request Aug 26, 2020
This ports a fix introduced in serverless-components: serverless-components/aws-lambda#26 but given some changes in the test,
it probably needs to be flagged as a breaking change.

Fixes serverless#8125
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.

None yet

5 participants