-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpodspec.yaml
More file actions
42 lines (37 loc) · 866 Bytes
/
podspec.yaml
File metadata and controls
42 lines (37 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
grow_version: ">=0.4.0"
title@: Grow Codelab
description@: "The codelab pod for the Grow SDK. Used in conjunction with the codelab at http://grow.io."
# Temporarily removing the error routes.
# error_routes:
# default: /views/errors/default.html
localization:
default_locale: en
locales:
- de
- en
- ja
- zh
static_dirs:
- static_dir: /dist/
serve_at: /static/css/
- static_dir: /source/fonts/
serve_at: /static/fonts/
- static_dir: /source/images/
serve_at: /static/images/
preprocessors:
- kind: gulp
build_task: grow-build
command: "./node_modules/gulp/bin/gulp.js"
deployments:
default:
destination: local
out_dir: my-codelab-launch/
gcs:
destination: gcs
bucket: mybucket.example.com
s3:
destination: s3
bucket: mybucket.example.com
sandbox:
destination: gcs
bucket: sandbox.growlaunches.com