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
// ---- | |
// Sass (v3.4.1) | |
// Compass (v1.0.1) | |
// ---- | |
// @Font-face | |
// ========= | |
// Not so sassy use of @font-face. Let's make it better. | |
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
// ---- | |
// Sass (v3.4.1) | |
// Compass (v1.0.1) | |
// ---- | |
// @Font-face | |
// ========= | |
// Not so sassy use of @font-face. Let's make it better. | |
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
<nav> | |
<ul> | |
<li class="all-stories"> | |
<a>All Stories</a> | |
</li> | |
<li class="dance"> | |
<a>Dance</a> | |
</li> | |
<li class="drama"> | |
<a>Drama</a> |
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 | |
/** | |
* Implements hook_form(). | |
*/ | |
function contact_form($form, &$form_state) { | |
$form['email'] = array( | |
'#type' => 'textfield', | |
'#required' => 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
while | |
do | |
clear | |
tree [DIRECTORY] | |
sleep 1 | |
done |
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
source "https://rubygems.org" | |
gem 'sass', '~> 3.3.6' | |
gem "sass-globbing", "~> 1.1.0" | |
gem 'compass', '~> 1.0.0.alpha.19' | |
gem 'singularitygs', '~> 1.2.0' | |
gem 'breakpoint', '~> 2.4.2' | |
gem 'toolkit', '~> 2.3.0' | |
gem "color-schemer", "~> 0.2.7" |
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'; | |
module.exports = function (grunt) { | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
watch: { |
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
{ | |
"name": "event-handling-jquery", | |
"version": "0.1.0", | |
"devDependencies": { | |
"grunt": "~0.4.4", | |
"grunt-contrib-compass": "~0.7.1", | |
"grunt-contrib-watch": "~0.6.1", | |
"grunt-contrib-jshint": "~0.10.0" | |
} | |
} |
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
RUBY_CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" rbenv install 2.0.0-p451 |
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
drush si standard --db-url=mysql://root:root@localhost/drupal8 --db-su=root --db-su-pw=root --site-name=Drupal8 --account-name=admin --account-pass=admin |