JSRocksHQ / harmonic

The next static site generator
http://harmonicjs.com/
MIT License
283 stars 26 forks source link

Support more Node.js versions #106

Closed UltCombo closed 9 years ago

UltCombo commented 9 years ago

If I recall correctly, @jaydson and I have agreed that we can transpile all ES2015+ features to ES5 and drop the Node.js 0.11 and --harmony/v8-argv dependencies.

But before we start working on that, we should have a defined goal -- which engine versions will Harmonic support? I vote for:

In my opinion, Node.js 0.8 is a bit too old already and is not supported by tools that we could make use of in the future (e.g. gulp).

So, which Node.js/io.js versions should we support?

//cc @jaydson @leobalter @felipenmoura

jaydson commented 9 years ago

Harmonic is a bleeding edge project. I totally agree with you, we don't need to support old node versions.

UltCombo commented 9 years ago

So, what support should we aim for? Node 0.10+? I can work on a patch later tonight.

jaydson commented 9 years ago

Yep, Node 0.10+