-
Notifications
You must be signed in to change notification settings - Fork 52
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
Middleware in build process #2
Comments
Hi, do you have any suggestion on how to do it? Also, I'd be nice if you could elaborate a little more about your need, I didn't get the specifics. |
@arboleya he wants to add some extra commands ( like a makefile would do ) after the build, probably before the app is launched @AlexFrazer would a makefile help you out?
then execute
|
yeah pretty much. For example,
|
@AlexFrazer can't you do that now? just using a makefile or executing a shell command "electrify" ? |
I am having trouble executing the shell command "electrify". It seems to be a very odd process to manage in a build find.
|
@AlexFrazer agreed on the meteor shell thing, but maybe there is a way of making this one-liner and i'm not aware.. maybe @arboleya has knows workaround for this? |
I have a workaround but it's not really the best...
Then in makefile:
just not exactly very friendly to do it that way |
@hems @AlexFrazer I thought you wanted to put something in the middle of the build system, but actually you want a Yes, it is a little odd and surely hard to automate. But not that hard. At first I wanted a custom Meteor command such as As for the NPM package, currently it's needed only by the Electron application for the boot process, not for the Meteor package itself. As I wanted to have the Meteor thing completely independent from local NodeJS or global Npm packages, I ended up executing Meteor's server code through the interactive Your workaround sounds reasonable but it looks like it doesn't work on windows, right? Another approach would be to I'm redesigning things to accommodate plugins, I'll revisit this question in time, for sure. I agree it's odd not to have a simple |
🎱 |
Thank you good sir! |
Would be nice if there was some way to append to the build process. For example, updating PList content.
The text was updated successfully, but these errors were encountered: