vigetlabs / blendid

A delicious blend of gulp tasks combined into a configurable asset pipeline and static site builder
MIT License
4.97k stars 683 forks source link

Yarn & NPM not pulling latest version #525

Closed splicebison closed 6 years ago

splicebison commented 6 years ago

When using yarn add, I get v4.3.1 however the code is outdated somehow. I've tried multiple node/npm/yarn versions as well as clearing yarn cache. I need the newer version of gulpfile.js > tasks > browserSync.js to inject the connect-history-api-fallback into the new extraMiddlewares prop provided in the latest version. Any thoughts on this?

benjtinsley commented 6 years ago

@splicebison thanks for submitting. how do you know the code is outdated, or what makes you believe it is?

splicebison commented 6 years ago

@benjtinsley Viewing file node_modules > blendid > gulpfile.js > tasks > browserSync.js.

benjtinsley commented 6 years ago

@splicebison ah i understand. it appears that particular change has not been rolled into a release yet. we are working on one sometime this week, i will keep you posted when it goes up

splicebison commented 6 years ago

Ok, please do let me now. I'm using the Raw file pasted into the node_module at the moment in anticipation (time constraints). Thanks.

maoueh commented 6 years ago

I just did:

$ mkdir /tmp/blendid-test && cd /tmp/blendid-test
$ yarn init -y
$ yarn add --dev blendid

$ grep version node_modules/blendid/package.json
  "version": "4.4.1",

The node_modules > blendid > gulpfile.js > tasks > browserSync.js seems ok also. Resolved?

splicebison commented 6 years ago

@maoueh Tested and working. Latest 4.4.1 pulls correct files. Thanks. Closing issue.