mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
use the default task of gulp
This commit is contained in:
parent
d24bf59dba
commit
398f0931aa
1 changed files with 1 additions and 3 deletions
4
ynh-dev
4
ynh-dev
|
@ -295,8 +295,6 @@ function use_git()
|
|||
|
||||
cd /ynh-dev/yunohost-admin/src
|
||||
npm install --no-bin-links
|
||||
su ynhdev -c "gulp build --dev"
|
||||
|
||||
create_sym_link "/ynh-dev/yunohost-admin/src" "/usr/share/yunohost/admin"
|
||||
|
||||
success "Now using Git repository for yunohost-admin"
|
||||
|
@ -308,7 +306,7 @@ function use_git()
|
|||
warn "don't need to re-run npm yourself everytime you change "
|
||||
warn "something ! "
|
||||
warn "-------------------------------------------------------- "
|
||||
su ynhdev -c "gulp watch --dev"
|
||||
su ynhdev -c "gulp --dev"
|
||||
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue