You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to middleman-users
I'm trying to use middleman for an api documentation site I'm
building. I am converting it over from nanoc which seemed pretty
straightforward, except that middleman refuses to build the files I
have in subdirectories. I added the "page '/subdir1/*'" line to
config and it now allows the route to complete, but the page is
empty. Basically "middleman build" never puts files from the
subdirectories into the build directory. It feels like I'm missing
something simple here, somebody clue me in?