Skip to content

The Kitchen sink app is either incomplete or seems to need extra build steps? #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Taytay opened this issue Jun 19, 2013 · 3 comments

Comments

@Taytay
Copy link

Taytay commented Jun 19, 2013

When I build the kitchen sync app, I get an app that appears to not have any styling applied :
2013-06-19_1828

Upon investigating, I discovered that the styles folder only has a main.scss file.
I also discovered a Gruntfile.js file, leading me to believe I should have "built" the kitchen sink app first. I'm in the process of learning how to do that now in hopes that it fixes the issue(s).

Any pointers would be appreciated. Furthermore, adding said pointers to the docs for "Getting started' would be doubly appreciated! :)

(As you can tell, I'm new to Node, grunt, etc)

@motin
Copy link
Member

motin commented Jun 19, 2013

I'm on it! Hold on 15min :)

@motin
Copy link
Member

motin commented Jun 19, 2013

Clearer instructions closes this issue: c552683

@motin motin closed this as completed Jun 19, 2013
@Taytay
Copy link
Author

Taytay commented Jun 20, 2013

Indeed this helps! I've managed to get things working, but I had to install some more dependencies and make some other changes.
I think it would be worth mentioning these dependencies for folks that are new to this (like I am):

Once I had those running, I needed to have Ruby and compass installed so that grunt could succeed:

gem install compass

Once I ran:

npm install
bower install
grunt build

It looked like kitchensink was built into modules/kitchensink/dist, but the config.sh still pointed to kitchensink/app
So, I changed config.sh to reference kitchensink/dist instead, and it appeared to start working at that point. Not sure if that change was necessary or not.

Once I got it running, all of the kitchen sink links worked, but Firebug didn't get loaded. It looks like it might not have been included as part of the kitchensink build in dist?

I've issued a pull request #10 that includes that config.sh change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants