UNPKG

nodes-ui

Version:
15 lines 265 B
// https://github.com/gruntjs/grunt-contrib-connect module.exports = { //bsFiles: { // src : [ // '<%= paths.dist %>', // 'app/css/*.css', // 'app/*.html' // ] //}, options: { watchTask: true, server: '<%= paths.dist %>', //startPath: 'docs/' } };