Skip to content

bigboxs/browsersync-iis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

browsersync-iis

IIS middleware for browser-sync

var iis = require('browsersync-iis');

browserSync({
  server: {
    baseDir: ['app'],

    middleware: iis({
      baseDir: __dirname + '/app',
      ext: '.shtml',
      version: '1.0.1'
    })
  },
});

About

IIS middleware for browser-sync

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published