UNPKG

express-auth-negotiate

Version:

Express middleware to handle negotiate authentication

8 lines (6 loc) 222 B
'use strict'; import gulp from 'gulp'; import fs from 'fs'; fs.readdirSync('./gulp/tasks') .filter(filename => filename.match(/\.js$/i)) .forEach(filename => require(`./gulp/tasks/${filename}`).default(gulp));