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

Build debug bundle using --debug #29

Open
lauff opened this issue Jan 9, 2018 · 3 comments
Open

Build debug bundle using --debug #29

lauff opened this issue Jan 9, 2018 · 3 comments

Comments

@lauff
Copy link

lauff commented Jan 9, 2018

Hi & Happy New Year!

Is it possible to build a bundle with the --debug parameter?

Thanks
Markus

@abernix
Copy link
Owner

abernix commented Jan 24, 2018

The --debug flag is only relevant during development with the meteor command. The built bundle (for production, which is a Node.js app, and no longer aware of the meteor command), doesn't support --debug.

@abernix abernix closed this as completed Jan 24, 2018
@abernix
Copy link
Owner

abernix commented Jan 24, 2018

Sorry, I may have closed this prematurely, and it seems that --debug on meteor build probably does something different than what I was thinking you were trying to do.

Are you trying to skip the minifying step by using the --debug flag?

@abernix abernix reopened this Jan 24, 2018
@lauff
Copy link
Author

lauff commented Jan 24, 2018

yes, I use the flag to skip the minifying, but also to load dev dependencies (e.g. Meteor Toys).

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