Noah icon indicating copy to clipboard operation
Noah copied to clipboard

dist/js Files Update Only After 2 Saves

Open ionflow opened this issue 8 years ago • 2 comments

I'm working with just one JS file and any changes made have to be saved twice before they show up when browsersync updates the browser. Easily reproducible by putting an alert box that fires on load and toggling comments on it:

var Main = (function() {
  document.addEventListener('DOMContentLoaded', function(event) {
    //alert('hello alert!');
  });
})();

*Note: I turned off karma test task but I don't know if that has anything to do with it.

ionflow avatar Jan 26 '17 09:01 ionflow

I'm using Windows 7 x64 to develop (don't question me!), and I can't simulate this bug. I'm not using Karma too.

jklemm avatar Aug 01 '17 23:08 jklemm

Snap, I have to use Windows 7 at work :) Thanks for the feedback regarding this issue.

esr360 avatar Aug 03 '17 11:08 esr360