spine / spine.app

Spine App generator
109 stars 26 forks source link

template points to wrong path for application.css #12

Closed impressiver closed 13 years ago

impressiver commented 13 years ago

The "my_app/public/index.html" references the following css:

<link rel="stylesheet" href="/css/application.css" type="text/css" charset="utf-8">

Should be:

<link rel="stylesheet" href="/application.css" type="text/css" charset="utf-8">
maccman commented 13 years ago

Thanks fixed.