OuIChien / gulp-rev-append-all

base on gulp-rev-append that replace "?rev=@@hash" with hash string and gulp-rev-append-all will not but append a hash string like "?v=xxx" to the end of ref in file.
MIT License
0 stars 2 forks source link

event-stream missing in dependency #1

Open pantel-m opened 7 years ago

pantel-m commented 7 years ago

In the package.json the event-stream package is missing as dependency

believeZJP commented 7 years ago

run npm i --save-dev event-stram , then it worked.