jackrobertscott / solis-151011

Task running utilities for website development
0 stars 0 forks source link

Port to ES6 #21

Open jackrobertscott opened 9 years ago

jackrobertscott commented 9 years ago

ES6 is awesome and will be the new js standard in the coming years. As such, solis should be ported to ES6 to future proof the code and because it gives the language alot more functionality and ease of use. Use babel to compile es6 code.

Folder structure:

.
+-- src (es6 code)
+-- lib (compiled es6 to es5 code)

Setup: http://mammal.io/articles/using-es6-today/ Babel: https://babeljs.io/ Style guide: https://github.com/airbnb/javascript