Skip to content

Instantly share code, notes, and snippets.

View tassilogroeper's full-sized avatar
💭
🇪🇺 🇩🇪 🇨🇭 🌍

Tassilo Gröper tassilogroeper

💭
🇪🇺 🇩🇪 🇨🇭 🌍
View GitHub Profile
@tassilogroeper
tassilogroeper / update-from-remote.sh
Created September 25, 2017 13:42
Drupal update script to update configuration
#!/usr/bin/env bash
CURRENT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"
CURRENT_FOLDER="$(basename $(pwd))"
TARGET_FOLDER="web"
LOCAL_ALIAS="local"
DRUSH_ALIAS_GROUP="your-website-name"
DRUSH_PATH="../vendor/bin/drush"
SERVER_ABSOLUTE_PATH="/app/web/"
UPLOAD_FILES_DIRECTORY="sites/default/files/uploads"
@tassilogroeper
tassilogroeper / .stylelint.json
Last active May 4, 2017 15:26
D8-Gulp4-setup
{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"string-quotes": "double",
"order/properties-alphabetical-order": null,
"order/declaration-block-properties-alphabetical-order": null,
"max-nesting-depth": [
3,
{
"ignore": [