JoshCheek / miniature-octo-ironman

It's small. It had 8 legs. It sells weapons of mass comprehension to the most eager learner!
4 stars 4 forks source link

Fix ACE code editor rendering. #20

Closed koriroys closed 10 years ago

koriroys commented 10 years ago

action -> reason

Load ACE from a CDN -> was wasting too much time figuring out loading js files locally in sinatra.

Change editor.erb to editor.haml -> now it will use the layout.haml automatically.

Set haml ugly option to true -> Fixes haml adding extra spaces into code examples.

create a public/javascripts folder -> default that Sinatra expects for future javascript files.