jariz / vibrant.js

Extract prominent colors from an image. JS port of Android's Palette.

Home Page:http://jariz.github.io/vibrant.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulpfile's compilerPath is hardcoded to a path that doesn't exist

iMerica opened this issue · comments

By default, doing a bower install (as per your build steps) doesn't bring down the compiler at bower_components/closure-compiler/lib/vendor/compiler.jar like the gulp file refers to. This means the build steps are currently broken without updating the gulpfile manually.

vibrant.js is deprecated. Please use node-vibrant instead. This issue should not exist in node-vibrant due to different implementation.