This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script para deploy de Rails 3.2.17 | |
# nos servidores compartilhados da Kinghost | |
# Desenvolvido por Gustavo Kuklinski (@tuxlinski) | |
# http://www.kuklinski.com.br | |
# | |
# Até o momento o Script apenas funciona caso você tenha mais de UMA aplicação | |
# criada pelo painel de controle! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* For Prototyping - Debugger | |
* | |
**/ | |
.container-* { min-height: 40px; outline: 1px solid #cccccc; } | |
.row { min-height: 40px; outline: 2px solid #00ff00; } | |
.block1, .block2, .block2-2, .block3 { min-height: 40px; outline: 2px solid #ff0000; } | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Debugger | |
-- Uncoment this lines for layout Debug | |
Debuging code is very important | |
*/ | |
.container, .container-rwd { outline: 1px solid #ff00ff; } | |
.row { outline: 2px solid #0000ff; } | |
.block1, .block2, .block3, .block2-2 { outline: 2px solid #ffff00; } |