问题
I added jQuery
bundle in Aptana 3 (Commands -> Bundle development -> Install bundle), but now I want to remove this feature.
From Bundle development menu I don't see any "remove bundle" or similar command, how can I do?
回答1:
You should be able to remove this from your system fairly easily. To verify where your jQuery bundle was installed
- Open Aptana
- Go to Window -> Show View -> Other
- In the section "Studio", there should be a view called "Bundles"
- Select Bundles to open that view
- Expand the bundle in question (most likely Javascript jQuery)
- The first entry will show you where it's installed
- Note the location and shut down Aptana
- Go to that location and delete the bundle (or move it out of that directory)
- Restart Aptana
That should remove the jQuery bundle from Aptana Studio 3. I just tried it on my local machine and it worked.
来源:https://stackoverflow.com/questions/10131289/aptana-3-remove-bundle-jquery