soenkekluth / browsersync-ssi

SSI middleware for browser-sync
12 stars 6 forks source link

Browser-sync script 1.4.0 #2

Closed meafmira closed 10 years ago

soenkekluth commented 10 years ago

you can now configure the version in the config

meafmira commented 10 years ago

No. It won't work. Version 1.3.7:

<script async src="//' + req.headers.host + '/browser-sync-client.' + version + '.js"></script>

Version 1.4.0:

<script async src="//' + req.headers.host + '/browser-sync/browser-sync-client.' + version + '.js"></script>
soenkekluth commented 10 years ago

well if you need <= 1.4.0 ... just committed, didn't test yet... working?

soenkekluth commented 10 years ago

wait need to switch version ;)