application.scss.erb - use <%= asset_path 'background.jpg' %>
on config/environments/production.rb
| <!-- I took this code from somewhere, just can recall now. --> | |
| <script type="text/javascript"> | |
| function toggleGrid() { | |
| var toggle = document.getElementById('toggleGrid'); | |
| var container; | |
| if(toggle.innerHTML == 'Hide Grid') { | |
| toggle.innerHTML = 'Show Grid'; | |
| ripClass(''); | |
| } |
| " Vim color file | |
| " Converted from Textmate theme Twilight using Coloration v0.2.5 (http://github.com/sickill/coloration) | |
| set background=dark | |
| highlight clear | |
| if exists("syntax_on") | |
| syntax reset | |
| endif |