UNPKG
apps
Version:
latest (0.8.3)
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.5.2
0.5.1
0.5.0
Create, validate, and render Heroku app.json manifests
github.com/heroku/apps
heroku/apps
apps
/
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}}