From https://www.drupal.org/node/1322794#comment-5630610
/* template.php */
function mytheme_preprocess_html(&$vars) {
css_320_and_up($vars);
}
From https://www.drupal.org/node/1322794#comment-5630610
/* template.php */
function mytheme_preprocess_html(&$vars) {
css_320_and_up($vars);
}
{ | |
"name": "mynamespace/myproject", | |
"description": "Composer file example", | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://packages.drupal.org/7/" | |
}, | |
{ | |
"type": "package", |
package main | |
import ( | |
"fmt" | |
"os" | |
"path/filepath" | |
) | |
func run() ([]string, error) { | |
searchDir := "c:/path/to/dir" |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* @file | |
* Module file for add_more_example. | |
*/ | |
/** | |
* Implements hook_menu(). | |
* |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<img src="https://img.shields.io/badge/🔥-Blazing%20Fast-red.svg"/> | |
<img src="https://img.shields.io/badge/😿-For Humans-blue.svg"/> |
#!/bin/bash | |
# Test Ansile role inside container | |
# | |
# Inspired by the wonderful work of Jeff Geerling (@geerlingguy) | |
# https://gist.github.com/geerlingguy/73ef1e5ee45d8694570f334be385e181 | |
# Colors | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NEUTRAL='\033[0m' |
Known Issues: On High Sierra there are problems related to the screen brightness and sleep issues.
#!/bin/bash | |
# Database importer. | |
# | |
# Used with the govCMS scaffolding projects by Department of Finance. | |
# Created independently of the Department of Finance by Karl Hepworth. | |
# @fubarhouse / [email protected] | |
# | |
# Pass one argument to this script to provide the path or drush alias | |
# for either syncing or importing from a sql file. This should ideally |
get-content .\db.sql | docker-compose exec -T test bash -c 'drush sql-cli' |