treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Setting the public directory in a app folder

  • I have this folder for my app generated with Yeoman. So this is the folder tree

    • [name]
    • app/ (public)
    • test/ (public)
    • //other stuff

    I need to push all my files to pagoda box, but need to set the app folder to be the public. so when I visit myapp.pagodabox.com I get the contents of the app folder.

    How do I do it?