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
'use strict'; | |
// Required packages. | |
var gulp = require('gulp'), | |
sass = require('gulp-sass'), | |
del = require('del'), | |
minifyCss = require('gulp-clean-css'), | |
renameFile = require('gulp-rename'), | |
mediaQueriesSplitter = require('gulp-media-queries-splitter'); |
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
# Local development services. | |
# | |
# To activate this feature, follow the instructions at the top of the | |
# 'example.settings.local.php' file, which sits next to this file. | |
parameters: | |
http.response.debug_cacheability_headers: true | |
twig.config: | |
debug: true | |
auto_reload: true | |
cache: false |
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
<?php | |
// @codingStandardsIgnoreFile | |
/** | |
* @file | |
* Local development override configuration feature. | |
* | |
* To activate this feature, copy and rename it such that its path plus | |
* filename is 'sites/default/settings.local.php'. Then, go to the bottom of |
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
--- | |
# Available `vagrant_box` values include: | |
# - geerlingguy/drupal-vm (pre-provisioned, based on Ubuntu 18.04) | |
# - geerlingguy/centos7 | |
# - geerlingguy/centos6 | |
# - geerlingguy/debian9 | |
# - geerlingguy/debian8 | |
# - geerlingguy/ubuntu1804 | |
# - geerlingguy/ubuntu1604 | |
vagrant_box: geerlingguy/ubuntu1804 |