kitchen-site
kitchen-site copied to clipboard
Meteor Kitchen site source code
Could you please make the generator code open source? I would love to contribute to meteor kitchen.
Using meteor kitchen on Mac to generate a test app with -i switch. When running with meteor run ios or meteor run ios-device it seems to have issue downloading Cordova...
Adding a form object inside page, after built, there should be some kind of secure: Original built content: `defaultValue={this.props.data.about_page.content}` Suggested: `defaultValue={this.props.data.about_page ? this.props.data.about_page.content : ''}` About page is coming from:...
When I wrote queries to the user collection (find the profile of all users), the kitchen did not create a publish function for them (I guess because you don't need...
I'm having difficulties using the bootstrap3 theme. I've used build & download (javascript + html) and I get the following error message in the terminal: ``` While processing files with...
Hi @perak I would like to create a filter little bit tricky to be able to display all results or just a single userId results in a dataview. I tried...
Hi, First excuse me if I post this in wrong place. I have a question. Is it possible to add custom command button (like insert and delete button) to DataView...
Hi, Is it possible to configure the Route params for a given page ? I would like to use the breadcrumb package : https://github.com/monbro/meteor-breadcrumb-plugin and it needs to add a...
This isn't really a meteorkitchen specific problem, but rather a problem with iron-router. See here, for instance: https://github.com/iron-meteor/iron-router/issues/710 The solution seems to be to override Router.configureBodyParsers in the following way:...
A missing exception and a good opportunity for a better error message. Running `meteor-kitchen example-photosharing.yaml build/` Actual Output: ```*** Meteor Kitchen v0.9.78 *** Source code generator for Meteor.js - www.meteorkitchen.com...