Skip to content

Instantly share code, notes, and snippets.

View juliobitencourt's full-sized avatar

Julio Bitencourt juliobitencourt

View GitHub Profile
@juliobitencourt
juliobitencourt / gulpfile.js
Last active August 29, 2015 14:22
Web Apps with Sass and Duo.js
var gulp = require('gulp');
var browserSync = require('browser-sync').create();
var sass = require('gulp-sass');
var exec = require('child_process').exec;
gulp.task('browser-sync', function() {
browserSync.init({
proxy: "app.dev",
notify: false

Setup Mac OS X (Sierra)

1. Run Software Update

Make sure everything is up to date.

2. Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.