datatypevoid / vulgar

A simple and scalable MEAN stack development kit featuring Angular 2 (Router, Http, Forms, Services, Tests, E2E, Coverage, Dev/Prod), Express, MongoDB, Mongoose, Node, PassportJS, Socket.io, Karma, Protractor, Jasmine, Istanbul, SASS Support, TypeScript, TSLint, NG2Lint, Hot Module Replacement, Docco, Gulp, and Webpack by @datatypevoid
MIT License
286 stars 66 forks source link

Webpack Dev Server reloading bug #21

Closed lekhmanrus closed 7 years ago

lekhmanrus commented 8 years ago

Webpack Dev Server doesn't reload on changes

$ vulgar init <nameOfApplication>
$ npm start

Browser page reloading on code changes.

Improvement of development process and bug fixes: capture

Should be:

<script src="<%= webpackConfig.metadata.protocol %>://<%= webpackConfig.metadata.host %>:<%= webpackConfig.metadata.port %>/webpack-dev-server.js"></script>

on line index.html:58

datatypevoid commented 8 years ago

Hey there, thanks for bringing this to our attention. I appreciate the pull request.

datatypevoid commented 7 years ago

I am closing this for the time being as I believe the bug is fixed on the development branch. Will confirm once everything is brought up to speed with the latest and greatest.