0.0.8 • Published 9 years ago

gulp-koa-service v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
9 years ago

USE: var koaService = require('gulp-koa-service');

gulp.task('run_service', function() {
	return gulp.src('./trunk/index.js')
	.pipe(koaService({
		"env": {
			"PORT": 8080,
			"NODE_ENV": "dev",//production
			"NODE_OPTIONS": "--debug=47977",
		}
	}));
});

gulp.task("watch", function() {
	gulp.watch(["trunk/**/*.js"], ['run_service']);
});

logs: 0.0.8 添加错误显示,其它修复和优化。参考了#gulp-koa#,他对我很有帮助。

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago