UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

13 lines (11 loc) 222 B
'use strict'; var browserSync = require('browser-sync'), gulp = require('gulp'); gulp.task('browserSync', function() { browserSync({ files: ['views/**'], proxy: 'localhost:8080', notify: false }); });