Skip to content

Commit

Permalink
Update convenciones.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara authored Mar 31, 2021
1 parent 8b0363d commit 972f63d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/convenciones.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ https://hakiri.io/blog/ruby-security-tools-and-resources

Seguir sugerencias de https://github.com/thoughtbot/guides/blob/main/javascript/README.md

* Para localizar elementos en el DOM preferir ids y clases (o atributos data) en lugar de posiciones. Así pueden moverse los elementos en la página sin requrir cambios en el javascript.


Si tiene instalado coffeescript, podrá verificar sintaxis de archivos del directorio `app/assets/javascript/` con:
```sh
make
Expand Down

0 comments on commit 972f63d

Please sign in to comment.