Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Merge pull request
#1012
from ferd/fix-triple-brackets-tpls
Remove triple brackets in bbmustache templates
pull/1013/head
Tristan Sloughter
hace 9 años
padre
2301dd5c2e
810b743261
commit
52e42b3e95
Se han
modificado 3 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
priv/templates/otp_app.app.src
+1
-1
priv/templates/relx_rebar.config
+1
-1
priv/templates/sys.config
+ 1
- 1
priv/templates/otp_app.app.src
Ver fichero
@ -2,7 +2,7 @@
[{description, "{{desc}}"},
{vsn, "0.1.0"},
{registered, []},
{mod, {{{name}}_app, []}},
{mod, {
{{name}}_app, []}},
{applications,
[kernel,
stdlib
+ 1
- 1
priv/templates/relx_rebar.config
Ver fichero
@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{deps, []}.
{relx, [{release, {{{name}}, "0.1.0"},
{relx, [{release, {
{{name}}, "0.1.0"
},
[{{name}},
sasl]},
+ 1
- 1
priv/templates/sys.config
Ver fichero
@ -1,3 +1,3 @@
[
{{{name}}, []}
{
{{name}}, []}
].
Escribir
Vista previa
Cargando…
Cancelar
Guardar