perak / kitchen-examples

Meteor Kitchen examples
164 stars 115 forks source link

example-subpages - "markdown source file not found" #14

Closed hkalic closed 1 year ago

hkalic commented 9 years ago

When I do (on Windows in directory C:\Projects\kitchen>): meteor-kitchen ./example-subpages.json ./example-subpages ... I get error: Error: markdown source file not found "C:\Projects\kitchen\files\lorem_ipsum1.md".

After I manually copy the files directory everything works.

perak commented 9 years ago

Did you cloned "example-subpages" into that directory? (or, how you get example-subpages.json there?).

I am curious about your problem - meteor kitchen is not well tested under Windows, so feel free to report any issues, but please post detailed steps how to reproduce error.

Thanks!

hkalic commented 9 years ago

I downloaded json file from GitHub - mouse right click on RAW link - Save to... then I started meteor-kitchen ./example-subpages.json ./example-subpages

perak commented 9 years ago

Well... it's not enough just to copy json file, you need to clone repository: git clone https://github.com/perak/kitchen-examples.git

Btw, examples are already installed with meteor-kitchen, and you can run:

meteor-kitchen --example-subpages ./your_output_directory without downloading example files.

hkalic commented 1 year ago

OK. Thanks for your input and help. It's been some time and I just now noticed this one Opened so... let's close it.