ConnorAtherton / loaders.css

Delightful, performance-focused pure css loading animations.
https://connoratherton.com/loaders
10.22k stars 1.22k forks source link

Update gulp coffeescript instructions in readme #33

Closed markdalgleish closed 9 years ago

markdalgleish commented 9 years ago

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.