brackets-userland / brackets-electron

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

refactor out RequireJS? #60

Closed mackenza closed 8 years ago

mackenza commented 8 years ago

Electron allows us to use the Node module loader in both main and renderer processes. Would it make sense to refactor the module loading to remove requirejs altogether? It seems to me to be redundant now.

zaggino commented 8 years ago

@mackenza that'd require doing a full-out fork, I wouldn't be able to merge master from https://github.com/adobe/brackets anymore.

mackenza commented 8 years ago

I see. I guess that requires a commitment beyond what this project can do, right?

zaggino commented 8 years ago

Definitely. And unless this is stable (releasable) I would not put any effort into it. One step at a time.

mackenza commented 8 years ago

I am not known for my patience ;)

Closing as "a boy can dream, can't he?" :8ball: