sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

stylesheet.css 404 on a newly created app with sc-init in 1.7.1.beta #85

Closed unicolet closed 12 years ago

unicolet commented 12 years ago

Install 1.7 beta and then run

 sc-init yourapp

Run the app with sc-server and load it in the browser. In the web inspector there will be 404 related to the stylesheet.css.

The issue goes away as soon as a CSS file is created. This PR instructs sc-init to create a skeleton css file with directions to help a user get started and remove the 404 issue.

publickeating commented 12 years ago

Hi Umberto,

I really appreciate you looking into this, but I can't seem to reproduce. Using the latest SC and the latest Abbot, I don't get any problems. However, I still think you have a good idea. Can you add the same file to the statechart_app template? Then unless anyone objects, I'll pull this in.

Thanks.

unicolet commented 12 years ago

There you go. Thanks for your great work!