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

release not longer working #6

Open
ghost opened this issue Oct 21, 2015 · 5 comments
Open

release not longer working #6

ghost opened this issue Oct 21, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 21, 2015

grunt release is no longer working. Starting the app results in

Failed to load resource: net::ERR_FILE_NOT_FOUND file:///alongerpath/builds/monitoring-v0.1.0-alpha1-mac/monitoring.app/Contents/Resources/app.asar/js/p/out/goog/base.js

Failed to load resource: net::ERR_FILE_NOT_FOUND file:///alongerpath/builds/monitoring-v0.1.0-alpha1-mac/monitoring.app/Contents/Resources/app.asar/js/p/out/cljs_deps.js

 ClojureScript could not load :main, did you forget to specify :asset-path?

This happens on Mac and Windows...

I'm using clojurescript 1.7.58

@ghost
Copy link
Author

ghost commented Oct 21, 2015

It seems as if something changed. Since I'm using an older release I had to call grunt fresh-release

@ducky427
Copy link
Owner

I've migrated the template to use electron-packager instead of using my own handrolled javascript for creating the release package.

Thats been the big change.

I'll investigate this. Thanks for the bug report!

@ducky427
Copy link
Owner

@RogerGL, I am able to do a release build successfully using the latest template and a newly created project from the template.

I think I would need more information to figure out whats happening.

Thanks

@ghost
Copy link
Author

ghost commented Oct 27, 2015

Thanks for your help. It works with the new release on my Mac at home but not on my Mac in the office. But this has nothing to do with this problem. It seems as grunt release only works with the latests version since grunt release in an older release skipped the ClojureScript compile step.

@ducky427
Copy link
Owner

bummer. sorry about that.

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