UNPKG
app.json
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
0.19.1
0.19.0
0.18.1
0.18.0
0.17.0
0.16.0
0.15.1
0.15.0
0.14.5
0.14.4
0.14.0
0.13.1
0.13.0
0.12.1
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
Create, validate, and render Heroku app.json manifests
github.com/heroku/app.json
heroku/app.json
app.json
/
templates
/
build.mustache.html
14 lines
(12 loc)
•
245 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#app}}
<
p
>
Your app is deploying to
<
a
href
=
"https://{{app.name}}.herokuapp.com"
>
{{app.name}}.herokuapp.com
</
a
>
, and will be ready soon.
</
p
>
{{/app}} {{^app}}
<
p
class
=
"error"
>
Build failed. {{message}}
</
p
>
{{/app}}