gulp-task

gulp: build the code and start it in the browser

拟墨画扇 提交于 2019-12-11 04:16:06
问题 So I want to use elm language for a web project and I need the project to be in visual studio 2015 and I am using gulp. My issue is that I don't know how to create a gulp task that builds the code and starts it in the browser. Here is what I've done so far: gulpfile.js: /// <binding ProjectOpened='default' /> var gulp = require('gulp') var elm = require('gulp-elm') var gutil = require('gulp-util') var plumber = require('gulp-plumber') var connect = require('gulp-connect') // File paths var