UNPKG
unicorn-media-manager
Version:
latest (0.1.1)
0.1.1
0.1.0
Frontend part for unicorn media manager
lab.aretodev.com/html/unicorn-media-manager
unicorn-media-manager
/
gulp
/
tasks
/
php.js
8 lines
(6 loc)
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
gulp
from
'gulp'
;
import
php
from
'gulp-connect-php'
;
import
settings
from
'../settings'
; gulp.
task
(
'php'
,
function
(
) { php.
server
({
base
: settings.
baseDist
,
port
:
8010
,
keepalive
:
true
}); });