Skip to content

Instantly share code, notes, and snippets.

View shiweiwei97's full-sized avatar

Weiwei Shi shiweiwei97

View GitHub Profile
@simenbrekken
simenbrekken / gulpfile.js
Created March 14, 2014 08:54
React project gulpfile
var gulp = require('gulp'),
gutil = require('gulp-util')
// HTML
gulp.task('html', function() {
return gulp.src('src/index.html')
.pipe(gulp.dest('build'))
})
// Scripts