mozilla / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
176 stars 278 forks source link

Remove duplicate HTML file #167

Closed K-LV closed 9 years ago

K-LV commented 9 years ago

There are currently 2 default.html files in bramble. One in the brackets-browser-livedev extension and one in the filesystem extension. The fix should remove the latter.

K-LV commented 9 years ago

Filed an issue in extension brackets-browser-livdev to do the opposite (i.e. remove the default.html file from there and use the one in bramble instead)