spine / spine.app

Spine App generator
109 stars 26 forks source link

spine mobile my-app does not generate correct slug.json #37

Closed martint17r closed 10 years ago

martint17r commented 11 years ago

Generate a new app using spine mobile my-app. The generated slug.json has no routes. Running hem server and GETting / results in "cannot get /". Adding

   "routes": [
       { ""        : "./public" },
       { "/test"    : "./test/public" }
    ],

fixes this.

aeischeid commented 11 years ago

I'll work on getting this fixed soon.