Skip to content

Instantly share code, notes, and snippets.

View jerrylau91's full-sized avatar
🎯
Focusing

debuluoooo jerrylau91

🎯
Focusing
View GitHub Profile
@jerrylau91
jerrylau91 / gulpfile.js
Created October 13, 2015 01:49
A personal gulp configuration file
// require modules
var fs = require('fs');
var path = require('path');
var merge = require('merge-stream');
var gulp = require('gulp');
var sass = require('gulp-sass');
var autoprefixer = require('gulp-autoprefixer');
var sourcemaps = require('gulp-sourcemaps');
var concat = require('gulp-concat'); // 合并js
var uglify = require("gulp-uglify");
@jerrylau91
jerrylau91 / Gruntfile.js
Created September 8, 2015 02:04
Grunt file for compiling sass
'use strict';
/*
* Node Module
*/
module.exports = function(grunt) {
// Task configuration
grunt.initConfig({
/**
* Get package meta data
*/
@jerrylau91
jerrylau91 / test
Created May 29, 2015 03:12
Gist is awesome and super convenient!
Github Gist is so convenient!
I love this and would like to share with everyone else.