adobe / brackets-phonegap

A brackets extension for PhoneGap development.
112 stars 52 forks source link

Can't download #70

Closed ghost closed 10 years ago

ghost commented 10 years ago

When I go to the Extension Manager and click the button to download the plugin there is a error message. I have installed other plugins but, have not gotten this error when I tryed to install the plugin. I am using Brackets 37.

redmunds commented 10 years ago

I was able to download it just now. Maybe it was just a glitch in github -- can you try again?

tricki commented 10 years ago

I've got an error too (Brackets 37, Win 7 Pro)

Installation failed. The extension encountered an error while starting up.

Developer Tools show this error:

GET file:///C:/Program%20Files%20(x86)/Brackets/www/widgets/bootstrap-alerts.js

I couldn't find the 'widgets' folder in 'www', however it does exist in my v31 installation.

Other plugins work.

redmunds commented 10 years ago

Thanks for the details. This was broken by a performance improvement to use file concatenation. I opened issue https://github.com/adobe/brackets/issues/7435 in brackets repo to get attention of core team.

cfjedimaster commented 10 years ago

Hmm. I updated the plugin to NOT use those assets from Brackets itself. Why is this still happening?

cfjedimaster commented 10 years ago

Oh, the one in the extension manager is NOT this source code. It is an older version. I think I raised an issue about removing it from the EM.

redmunds commented 10 years ago

Yes, I used the one from Brackets Registry.

cfjedimaster commented 10 years ago

Yeah, that's the problem. Don't. I'm not the owner of this repo, just a contributor, but maybe the official owner can submit a new zip.

redmunds commented 10 years ago

@HeywoodWT @tricki The workaround is:

  1. In Brackets Extension Manager, use "Install from URL..."
  2. Paste in: https://github.com/adobe/brackets-phonegap
redmunds commented 10 years ago

@cfjedimaster Can you update the version of this extension in package.json so the Brackets Registry can be updated? This should have been done when you made your fixes.

@PoppaChop It looks like you were the one who originally posted this extension to the Brackets Registry, so (until the Brackets Registry gets an admin system in place) we'll need you to post a new version (once the version number is updated).

cfjedimaster commented 10 years ago

I was wrong in the earlier comment - I don't have write access here, I'd have to do a PR.

cfjedimaster commented 10 years ago

PR submitted. I noticed there was another one with the exact same issue. So... unless someone actually takes it in, then this is pointless.

redmunds commented 10 years ago

@PoppaChop The version number has been updated, to please post a new zip file to the Brackets Registry.

redmunds commented 10 years ago

@jrowny Can you remove this (brackets-phonegap) extension from the Brackets Registry for us? We can't contact the person who uploaded it (who is not the owner) so we can't update it. Thanks.

redmunds commented 10 years ago

Fixed. Closing.