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
.flex-even { | |
flex: 1 0 0px; | |
} |
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
docker exec -it cinsf-api-web bash |
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
$bg-light: #f6f6f6; | |
$border-light: #ddd; | |
$text-light: #888; | |
$text-color: #666666; | |
// Containers | |
.container-xs { | |
max-width: 450px; | |
margin-left: auto; |
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
ssh-add -L | |
ssh-add -K ~/.ssh/id_rsa | |
sudo ssh-add -K ~/.ssh/id_rsa |
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
git subtree push --prefix subfolder-name-here origin gh-pages | |
git subtree push --prefix build origin gh-pages |
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 $i from 1 through 10 { | |
$delay-start: 50; | |
$delay: 50ms; | |
.navbar-nav > li:nth-child(#{$i}) { | |
a, .dropdown-toggle { | |
transition-delay: ($delay * $i + $delay-start) !important; | |
} | |
} | |
} |
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
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete_delay": 0, | |
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", | |
"auto_find_in_selection": true, | |
"binary_file_patterns": | |
[ | |
".sass-cache/*" | |
], | |
"bold_folder_labels": true, |
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
# Symlink project directory | |
ln -s ~/projects/fund-manager-api www | |
# Load Aliases | |
source scripts/aliases.sh | |
dstart | |
dartisan migrate:refresh --seed | |
docker rmi lmsportal_mysql_1 |
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
body { | |
&:after { | |
position: fixed; | |
bottom: 0; | |
right: 0; | |
content: 'xs (- 768px)'; | |
background: #333; | |
color: #fff; | |
padding: 3px 6px; | |
@include MQ(S) { |
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
Add new virtual hosts settings to settings.yml | |
Vagrant up | |
Vagrant ssh | |
cd into project folder | |
clone repo from Pantheon | |
create settings.local.php(duplicate and rename example.settings.local.php) | |
edit database settings | |
change base_url | |
grab files & database from Pantheon | |
unzip db and rename to database.sql |
NewerOlder