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

Some build cleanup I did when I was trying to get things working. I'm not sure about kitchensink/dist instead of kitchensink/app. I'll ask about that in an issue. #10

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Taytay
Copy link

@Taytay Taytay commented Jun 20, 2013

Now the "kitchensink/dist" folder included instead of "kitchensink/app"
The BUILDDIR is now defined inside of the repository folder instead of /tmp for consistency.
The BUILDDIR now uses "mkdir -p" so that the intermediate directories are also created if necessary

The BUILDDIR is now defined inside of the repository folder instead of /tmp for consistency.
The BUILDDIR now uses "mkdir -p" so that the intermediate directories are also created if necessary
# Module to use as XUL app for build
MODULE="app"
# Module containing webapp to wrap
WEBAPPMODULE="kitchensink/app/"
WEBAPPMODULE="kitchensink/dist"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This particular line was already changed in https://github.com/Taytay/webapp-xul-wrapper/commit/70b55b60a3e7fae84d670fdb92a596b7e429fa6c
Could you change it to the exact same line, or revert this line change, so that merge conflicts are avoided?
Thanks

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