Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Optional flags:
- --env
- --uglify
- --deployVersion
- --noQa

### ```gulp relocate-templates```
Move templates to new location following changes made on sdk level: [../../src/relocate_templates.json](../../src/relocate_templates.json)
Expand Down Expand Up @@ -75,5 +76,10 @@ If not used will be read from config.json (property 'deploy_version')
If value is set to specific version, task will try to check out it before creating a build.
If value is set to false, task will use current state of directory to create a build.

### --noQa
Value: true | false

If set to true project will be deployed to: bespoke.bookingbug.com/{deploy_path}. Otherwise it will be deployed to bespoke.bookingbug.com/{deploy_path}/qa/{branch}. If not used defaults to false.

### --tests
If used web server will start together with unit tests in watch mode.
If used web server will start together with unit tests in watch mode.