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
# 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' |
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
## 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, |