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

Hidden files are not packaged #17

Closed
satyasrikantmantha opened this issue Jun 27, 2015 · 3 comments
Closed

Hidden files are not packaged #17

satyasrikantmantha opened this issue Jun 27, 2015 · 3 comments

Comments

@satyasrikantmantha
Copy link

I have a hidden environment file call ".env" which is used to bootstrap environment variables using package "node-env-file", however I notice that the file is not being packaged.

@satyasrikantmantha
Copy link
Author

I think you need to update the package code to include, when you make a call to bulk function line 64 tasks/lambda_package.js.

Look for this thread
archiverjs/node-archiver#110

@Tim-B
Copy link
Owner

Tim-B commented Jun 28, 2015

Thanks for the bug report, I just pushed out a new version which I think will address this. Let me know how you go.

@satyasrikantmantha
Copy link
Author

Thanks it works, however it also includes the .npmignore file,
Small update to .npmignore in your documentation, now it should also contain and exclude for this file for packaging:

.npmignore
event.json
Gruntfile.js
dist
*.iml

Thanks for your efforts on this, Nice Job!!

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