Commit Graph

1 Commits

Author SHA1 Message Date
Chris Hill-Scott
c82797dd98 Be explicit about ECMAScript version of Gulpfile
If Node tries to parse the Gulpfile as the wrong version of ECMAScript it will
choke.

This can be stopped by explicitly telling it what version of ECMAScript to use,
as suggested here: https://markgoodyear.com/2015/06/using-es6-with-gulp/

Fixes #74
2016-01-13 15:32:46 +00:00