You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hectorsq edited this page Sep 13, 2010
·
3 revisions
Compass template
To use the provided layout rename app/views/layouts/sample_application.html.haml to app/views/layouts/application.html.haml and app/helpers/sample_application_helper.rb to app/helpers/application_helper.rb after applying the template.
To make use of haml files it is necessary to install the haml plugin running haml --rails . in our app directory.
Finally it is needed to create the css files from the sass files. Go to compass directory and run compass