Skip to content

Commit 9a934de

Browse files
author
Matt Surabian
committed
Patch images command
1 parent edbb71e commit 9a934de

File tree

3 files changed

+202
-0
lines changed

3 files changed

+202
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
var gulp = require('gulp');
2+
var connect = require('gulp-connect');
23
var audiosprite = require('./vendor/audiosprite');
34
var glob = require('glob');
45
var shell = require('gulp-shell');

package-lock.json

Lines changed: 200 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"glob": "^7.1.6",
3636
"gsap": "^1.20.6",
3737
"gulp": "^4.0.2",
38+
"gulp-connect": "^5.7.0",
3839
"gulp-shell": "^0.8.0",
3940
"hard-source-webpack-plugin": "^0.12.0",
4041
"howler": "^2.1.3",

0 commit comments

Comments
 (0)