2

sorry for a silly question - new to node.js environment and trying to figure out how to setup default entry point to app.js instead of index.html using node.js and gulp-connect for livereload

below code works for index.html in "builds/development" directory

 gulp.task('connect', function() {
  connect.server({
    root: ‘builds/development',
    livereload: true
  });
});
vxb8874
  • 101
  • 1
  • 9

0 Answers0