The current instructions for running the gulp build don't work.
To register the coffeescript compiler in node, you need to require coffee-script/register, so in order to get gulp to run correctly, I had to change gulp --require coffee-script to gulp --require coffee-script/register.
The current instructions for running the gulp build don't work.
To register the coffeescript compiler in node, you need to require
coffee-script/register
, so in order to get gulp to run correctly, I had to changegulp --require coffee-script
togulp --require coffee-script/register
.