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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
require 'yaml' | |
ANSIBLE_PATH = '.' # path targeting Ansible directory (relative to Vagrantfile) | |
# Set Ansible roles_path relative to Ansible directory | |
ENV['ANSIBLE_ROLES_PATH'] = File.join(ANSIBLE_PATH, 'vendor', 'roles') |
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
// -------------------------------------------------------------------- | |
// WordPress JSHint Ignored | |
// -------------------------------------------------------------------- | |
wp-admin/js/farbtastic.js | |
wp-admin/js/iris.min.js | |
wp-includes/js/crop/* | |
wp-includes/js/imgareaselect/* | |
wp-includes/js/jcrop/* | |
wp-includes/js/jquery/* | |
wp-includes/js/mediaelement/* |