This commit is contained in:
Tommy Parnell
2016-05-16 10:07:09 -04:00
parent e2a5158c2b
commit 51a25512fb
4 changed files with 183 additions and 0 deletions

2
gulpfile.js Normal file
View File

@@ -0,0 +1,2 @@
var gulp = require('gulp');
require('./index.js')();