1.0.1 • Published 6 years ago

browsersync-iis v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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.0'
    })
  },
});
1.0.1

6 years ago

1.0.0

6 years ago