UNPKG

backbone.adal

Version:

Active Directory Authentication Library (ADAL) for Backbone

19 lines (17 loc) 521 B
var sep = require('path').sep; module.exports = function (grunt) { grunt.initConfig({ pkg: grunt.file.readJSON("package.json"), availabletasks: { tasks: { options: { filter: 'exclude', tasks: ['availabletasks', 'default'] } } } }); // Load the plugin that provides the tasks. require('load-grunt-tasks')(grunt); grunt.registerTask('default', ["availabletasks"]); };