alexisvincent / systemjs-hot-reloader

reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
MIT License
228 stars 36 forks source link

missing "next" files #119

Closed unional closed 7 years ago

unional commented 7 years ago

jspm i --dev systemjs-hot-reloader does not distribute next/default-listener.js.

https://github.com/capaj/systemjs-hot-reloader/blob/master/next/README.md#install

alexisvincent commented 7 years ago

Will have a look at why this is in an hour or two

ilyashupta commented 7 years ago

Because jspm when installs from github downloads latest realease which obviously doesn't include latest changes yet.

alexisvincent commented 7 years ago

@capaj If you're happy with the state of the project, do you want to release a major?

alexisvincent commented 7 years ago

Track major release in #124