Install dependencies:
npm install --save-dev gulp gulp-sass gulp-kss gulp-concat gulp-cleanThis will add devDependencies to your package.json that looks like this:
| <!doctype html> | |
| <!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
| <html> | |
| <head> | |
| <title>iOS 8 web app</title> | |
| <!-- CONFIGURATION --> |
Add the following to /etc/pf.anchors/myname:
rdr pass on lo0 inet proto tcp from any to any port 80 -> 127.0.0.1 port 4000
rdr pass on lo0 inet proto tcp from any to any port 443 -> 127.0.0.1 port 4001Add the following to /etc/pf-myname.conf:
rdr-anchor "forwarding"
load anchor "forwarding" from "/etc/pf.anchors/myname"| # Install brew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
| # Install composer | |
| brew install homebrew/php/composer | |
| ### PHPCS | |
| composer global require "squizlabs/php_codesniffer=*" | |
| # Add to your .bash_profile |