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
set :application, 'bobs-site.brett.com' | |
set :repo_url, '[email protected]:brett/bobs-site.git' | |
set :theme_name, 'bobssite' | |
# Branch options | |
# Prompts for the branch name (defaults to current branch) | |
#ask :branch, -> { `git rev-parse --abbrev-ref HEAD`.chomp } | |
# Hardcodes branch to always be master | |
# This could be overridden in a stage config file |
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
PS D:\Projects\Clients\Bob\bobs-site\src> bundle exec cap staging assets:compile --trace | |
DL is deprecated, please use Fiddle | |
DL is deprecated, please use Fiddle | |
** Invoke staging (first_time) | |
** Execute staging | |
** Invoke load:defaults (first_time) | |
** Execute load:defaults | |
** Invoke assets:compile (first_time) | |
** Execute assets:compile | |
DEBUG[4221bec9] Running /usr/bin/env if test ! -d D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite; then echo "Directory does not exist 'D:/Projects/Clients/Bob/bobs-site/src/web/app/themes/bobssite'" 1>&2; false; fi on localhost |
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": "sage", | |
"homepage": "https://roots.io/sage/", | |
"authors": [ | |
"Ben Word <[email protected]>" | |
], | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"modernizr": "2.8.2", |
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": "brettlefty/additional-options", | |
"description": "Adds additional custom dashboard configuration options", | |
"type": "wordpress-plugin", | |
"keywords": ["wordpress", "redux", "additional", "options", "configuration", "settings"], | |
"license": "GPL", | |
"require": { | |
"composer/installers": "1.0.*@dev", | |
"redux-framework/redux-framework": "dev-master" | |
}, |
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": "roots/bedrock", | |
"type": "project", | |
"license": "MIT", | |
"description": "A modern WordPress stack", | |
"homepage": "http://roots.io/wordpress-stack/", | |
"authors": [{ | |
"name": "Scott Walkinshaww", | |
"email": "[email protected]", | |
"homepage": "https://github.com/swalkinshaw" |