Silk-GUI / Silk

GUI for developers and Node OS
http://silkgui.com
BSD 2-Clause "Simplified" License
13 stars 5 forks source link

Use babel #32

Closed zodern closed 8 years ago

zodern commented 8 years ago

Babel will allow us to use es2015.

Rollup bundles all of the files and dependencies into one file. That will greatly decrease install time since it will not need to install most of the dependencies and it will decrease startup time since there will be less require() calls.

zodern commented 8 years ago

Rollup does not work well with code written before es6. The install times should greatly improve anyway after removing the fork framework and it's dependencies.

zodern commented 8 years ago

Node.js now supports most of es2015.