html-injector icon indicating copy to clipboard operation
html-injector copied to clipboard

BrowserSync html injector

Results 13 html-injector issues
Sort by recently updated
recently updated
newest added

Say I have `index.html` and `about.html`. If I have my browser opened to about.html and update index.html, there's a full page reload. Is there a way to prevent that? Or...

Hi there! I'm working on a Polymer app that could _really_ benefit from html-injector (since literally everything in Polymer is effectively HTML), but whenever I make a change, I get...

Hey, I dont know if this repo is still active, but i can't get the HTML injection to work. Here's my gilp file ``` gulp.task('serve', function() { bs.init({ proxy :...

I was seeing the injection, but also getting a reload because multiple html files are changing, so adding a check seems to take care of this problem. I only figured...

It's certainly possible that I'm just doing something completely wrong, in which case I apologize. But after digging around for a bit, I don't see documentation on how to get...

If I understand my problem correctly, this plugin compares old HTML with new HTML and injects new parts or something. But if source is not HTML – `.pug`, for example...

### 1. Summary I add installation command for Grunt. New Grunt users may not understand, how correctly install html-injector. `--save-dev` argument always need for Grunt. ### 2. Behavior before pull...

When `` tags are added/removed/modified, the change is injected (as can be seen in Chrome DevTools inspector) but does not actually have any effect on the page. The browser ignores...

I was trying to pair this and browsersync with a jekyll watch task. - Jekyll would compile the templates - Browsersync would watch for changes in the compiled `/_site` folder...

Is this a fundamental issue in the way browsers load the CSS?