Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kingcc's full-sized avatar
🤤
C++ is lame, man. Let’s rock with Rust.

Nemo kingcc

🤤
C++ is lame, man. Let’s rock with Rust.
View GitHub Profile
@kingcc
kingcc / gulpfile.js
Last active August 29, 2015 14:22 — forked from luxiaojian/gulpfile.js
var gulp = require('gulp');
var wiredep = require('wiredep');
var browserSync = require('browser-sync');
var reload = browserSync.reload;
var $ = require('gulp-load-plugins')();
var config = {

sassPath: './resources/sass',

bowerDir: './bower_components'

}