如何创建gulp服务?

时间:2016-01-25 09:15:58

标签: linux node.js service gulp raspbian

我目前正在开发一个gulpfile.js编译依赖项的项目,但也实例化了节点JS服务器。

当我运行命令gulp时,执行任务并启动服务器。

但是我希望创建一个Linux服务来让服务器在后台运行。

所以我创建了一个服务:

USER = root
SCRIPT_DIR = 'dir location'

`NAME = gulp
DAEMON = / usr / bin / gulp
OPTIONS = "- old-max-size = 512 space-gulp --production"
LOG = 'dir location'

PIDFILE = / var / run / gulp.pid`

[.......]

以下是打开日志文件时出现的错误:

`[8:51:41] Using gulpfile ~ / dirName/ gulpfile.js
[8:51:41] Task 'gulp' is not in your gulpfile
[8:51:41] Please check the documentation for proper formatting gulpfile`

你对这个问题有所了解吗?

最好的问候。

0 个答案:

没有答案