Skip to content

Instantly share code, notes, and snippets.

@Quilted
Quilted / README.md
Last active August 29, 2015 14:03
Behat: Add a terse formatter

Overview

These files set up another formatter, like 'html', 'pretty', or 'progress', called terse. The terse formatter prints only feature names and scenario names. It does not print tags or steps.

Usage

Use it like any other Behat formatter. For example: bin/behat --format terse This formatter is particularly useful in combination with the --dry-run flag.

Install

@Quilted
Quilted / setup_sass.patch
Last active August 29, 2015 14:04
Additional setup to omega subtheme
diff --git a/.ruby-version b/.ruby-version
index 77fee73..c82eec7 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-1.9.3
+1.9.3-p448
diff --git a/sass/abstractions/_toolkit.scss b/sass/abstractions/_toolkit.scss
new file mode 100644
index 0000000..ea0535d
@Quilted
Quilted / instructions.md
Last active August 29, 2015 14:05
Clone existing Drupal site
  1. Create a new virtual host in MAMP Pro.
  2. Create an empty database ([DATABASE_NAME]) using Sequel Pro or phpMyAdmin.
  3. In your terminal, git clone [REPO]
  4. In your browser, navigate to the new virtual host you created.
  5. In your browser, run through the regular install process as if this were a new site.
  6. In your terminal, cd www.
  7. In your terminal, once the Drupal install is complete, mysql -u root -p [DATABASE_NAME] < ../databases/default.sql
  8. In your terminal, cd www/sites/all/themes/[THEME_NAME].
  9. In your terminal, bundle install.
  10. In your terminal, bundle exec compass compile.
@Quilted
Quilted / README.md
Last active August 29, 2015 14:06
Patches: frequently used modules not included in drush-git

@font-your-face

Addressfield

  • addressfield-nocountry_option-968112-134.patch
  • Last checkd April 1, 2014.