jordanandree / middleman-api

A Middleman Extension that generates JSON and XML endpoints for template frontmatter
MIT License
18 stars 2 forks source link

Build Error - "error www/__api/proxy.json" #6

Open nolanseaton opened 8 years ago

nolanseaton commented 8 years ago

First, thank you for the extension! During build I'm getting an error for www/__api/proxy.json and www/__api/proxy.xml (www/ is the build folder). It appears that these are supposed to be ignored in lib/middleman-api/extension.rb. This doesn't cause any issues with my local build, however, when building on Heroku it will kill the app build process.

In my config.rb I just have:

activate :api