visionmedia / uikit

UIKit - modern ui components for the modern web

Home Page:http://visionmedia.github.com/uikit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build individual/custom builds

kmiyashiro opened this issue · comments

I tried make COMPONENTS=notifications but I get this error:

Kellys-MacBook-Pro-2:uikit kel$ make COMPONENTS=notifications

path.existsSync is now called `fs.existsSync`.

/Users/kel/Projects/uikit/support/build.js:98
    if (err) throw err;
                   ^
Error: ENOENT, open 'lib/components/notifications/notifications.js'
make: *** [ui] Error 1

it's "notification" singular

head desk