You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build the kitchen sync app, I get an app that appears to not have any styling applied :
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)
The text was updated successfully, but these errors were encountered:
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):
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.
When I build the kitchen sync app, I get an app that appears to not have any styling applied :

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)
The text was updated successfully, but these errors were encountered: