Skip to content

Commit

Permalink
Patch images command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Surabian committed Dec 4, 2020
1 parent edbb71e commit 9a934de
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var gulp = require('gulp');
var connect = require('gulp-connect');
var audiosprite = require('./vendor/audiosprite');
var glob = require('glob');
var shell = require('gulp-shell');
Expand Down
200 changes: 200 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"glob": "^7.1.6",
"gsap": "^1.20.6",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-shell": "^0.8.0",
"hard-source-webpack-plugin": "^0.12.0",
"howler": "^2.1.3",
Expand Down

0 comments on commit 9a934de

Please sign in to comment.