UNPKG

coins-logon-widget

Version:

COINS Logon Widget. Injectable utility to manage browser authorization with COINS

21 lines (20 loc) 477 B
'use strict'; module.exports = function(grunt) { return { options: { hostname: 'localcoin.mrn.org', livereload: 35729, port: 9000, }, livereload: { options: { base: [ 'node_modules', grunt.config.get('distDir'), grunt.config.get('examplesDir'), ], open: true } } }; };