mattdesl / glsl-fxaa

FXAA implementation for glslify in WebGL
MIT License
326 stars 37 forks source link

add budo and garnish as dev dependencies #2

Closed bsergean closed 9 years ago

bsergean commented 9 years ago

Got some errors while trying to run the demo.

panzani glsl-fxaa$ npm start

> glsl-fxaa@3.0.0 start /Users/bsergean/src/glsl-fxaa
> budo demo/index.js:bundle.js --dir demo --live --verbose -- -t glslify | garnish

sh: garnish: command not found
sh: budo: command not found

Those got fixed after I ran npm install budo garnish --save-dev

mattdesl commented 9 years ago

Good call, thanks!

bsergean commented 9 years ago

My pleasure. Thanks for writing this thing in the first place !