- install node.js http://nodejs.org/download/
cd sites/all/themes/contrib/glic/
sudo npm install
sudo npm install -g bower
(might need to reload/restart shell)bower install
rbenv install 2.0.0-p451
(https://github.com/sstephenson/rbenv)gem install bundle
bundle install
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'; | |
var gulp = require('gulp'); | |
var jshint = require('gulp-jshint'); | |
var stylish = require('jshint-stylish'); | |
var gulp = require('gulp'); | |
var sass = require('gulp-sass'); | |
var minifyCSS = require('gulp-minify-css'); | |
var prefix = require('gulp-autoprefixer'); | |
var concat = require('gulp-concat'); |
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": "YourThemeName", | |
"version": "0.0.0", | |
"dependencies": {}, | |
"devDependencies": { | |
"gulp": "^3.9.0", | |
"gulp-jshint": "^1.11.0", | |
"gulp-shell": "^0.4.2", | |
"gulp-sass": "^2.0.4", | |
"gulp-minify-css": "^0.3.11", |
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
(function($) { | |
$(document).ready(function() { | |
YOUR JUNK!!!!!! (or mine....) | |
}); | |
})(jQuery); |
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
[alias] | |
wtf = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative |
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
@include breakpoint($nav-break) { | |
YOUR JUNK!!!!!! (or mine....) | |
} | |
@include breakpoint(max-width ($nav-break - 1)) { | |
YOUR JUNK!!!!!! (or mine....) | |
} |
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
[xdebug] | |
zend_extension = xdebug.so | |
xdebug.remote_enable = 1 | |
xdebug.remote_connect_back = 1 | |
xdebug.remote_host = 172.22.22.1 | |
xdebug.remote_port = 9000 | |
xdebug.remote_handler = dbgp | |
xdebug.remote_log = /tmp/xdebug.log | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.profiler_output_dir = /tmp/xdebug.cachegrind |
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
<style type="text/css"> | |
.romina-video-wrapper { | |
position: relative; | |
padding-bottom: 56.25%; | |
padding-top: 25px; | |
height: 0; | |
} | |
.romina-video-wrapper iframe { | |
position: absolute; | |
top: 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
<iframe width="100%" height="469" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/6566874&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&color=5ea9d0&"></iframe> |
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": "", | |
"description":"", | |
"start_date": "", | |
"end_date": "", | |
"venue": { | |
"name": "", | |
"address_1": "", | |
"address_2": , | |
"city": "" |