+[2014-10-16T17:07:59Z]gboone_18fThanks for the pointer, that's similar to how jekyll-sitemap works +[2014-10-16T17:09:07Z]gboone_18fso strange, now the build is passing but the files are still deleted +[2014-10-16T17:12:13Z]gboone_18fit worked! Thanks for pointing me in the right direction, @mchelen +[2014-10-16T17:13:09Z]gboone_18ffwiw, the path to add at `site.keep_files << ` should be relative to the `_site` directory +[2014-10-16T17:13:21Z]gboone_18fI think that was my mistake
which makes sense because it's deleted immediately after it's generated
+[2014-10-17T01:29:43Z]parkrgboone_18f: you there? +[2014-10-17T01:30:29Z]parkrgboone_18f: what you should do is make your data_source a regular directory, no _ +[2014-10-17T01:30:41Z]parkrin your _config.yml file, set data_source: api +[2014-10-17T01:30:48Z]parkrand put your .json files in your api/ folder. +[2014-10-17T01:30:59Z]parkrthey'll be copied over as static files *and* read in as data.