[build] added webapp task

This commit is contained in:
2018-01-03 17:03:43 +03:00
parent 7209a297d7
commit 4d27f2a55d
7 changed files with 164 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ set :npm_env_variables, {}
# gulp
set :gulp_target_path, -> { release_path }
set :gulp_tasks, 'client'
set :gulp_tasks, 'default'
set :gulp_flags, '--no-color'
set :gulp_roles, :web
before 'deploy:updated', 'gulp'