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

Different return of filepath & cwd when using electron-packager to package an App #175

Open
hzlzh opened this issue Jul 24, 2016 · 0 comments

Comments

@hzlzh
Copy link

hzlzh commented Jul 24, 2016

We are using gulp-usemin in our WeFlow at tree 1.4.0 just found that wrong values returned after packaged(using electron-packager) it into an App, here is some more details:

Before packaging (Under developing)
All the paths are correct as we hope and the App goes well.

2 pic

After packaged (Released as app)
Both of filepath and cwd values are wrong and case the App down.

3 pic

BTW, we'd met nearly the same kind of problem with another repo: gulp-rev-all#issue-152 here, you may read for the reference.
Since that repo's author did not show up for a long time, we can only fix it and push it as a new fork repo here: weflow-rev-all 😢

Any idea with this problem?

If any other information is needed, just let me know :)

node v5.10.0
electron v0.37.8

"electron-packager": "^7.0.3",
"gulp-usemin": "^0.3.23",
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

1 participant