Skip to content

Instantly share code, notes, and snippets.

# deploy.rb from https://github.com/roots/bedrock-capistrano modified by FEW Agency, https://github.com/fewagency/
# FEW-comment: from Capistrano doc:
# Here we'd set the name of the application, must be in a format that's safe for
# filenames on your target operating system.
set :application, 'APPLICATIONNAME'
# FEW-comment: use the SSH url for the repo from GitHub
set :repo_url, '[email protected]:USER/REPO.git'
@christianmagill
christianmagill / Foundation6-TabToAccordion.js
Created October 26, 2016 23:00 — forked from danrcoull/Foundation6-TabToAccordion.js
Foundation 6 - Convert Tabs to Accordion on small Screens.
## Description Add the below To any Foundation 6 theme and change the iniialUlClass to whatever your tab ul class is.
## Author : Daniel Coull <[email protected]>
var tabsToAccordian = {
initialUlClass: '.easytabs',
accordian: null,
tabs:null,