MecatronicaUncu / Red-Social-Asociacion

A small open source social network for any small community
GNU General Public License v2.0
3 stars 1 forks source link

grunt watch is back #68

Closed andresmanelli closed 8 years ago

andresmanelli commented 8 years ago

En esta entrega:

Ahora es posible correr grunt watch y modificar los fuentes (incluso los del server) y todo se recarga automáticamente. Los problemas que había eran:

Se agregó:

fcladera commented 8 years ago

Eso va a hacer que travis funcione?

andresmanelli commented 8 years ago

Esto no es para que travis funcione, esto es para poder dejar corriendo el server mientras vas tocando archivos. De todas maneras a mi personalmente no me funciona porque tengo algún lío con livereload. @francoa a vos te andaba bien eso?

Igual lo de Travis está cerca, te hago un demo en un ratito.

andresmanelli commented 8 years ago

Ayuda a lo de Travis el hecho de que karma carge los archivos bien.

andresmanelli commented 8 years ago

@fcladera CI

francoa commented 8 years ago

Los warnings me hacen fallar grunt watch, tengo que hacer algo en especial?

fcladera commented 8 years ago

On December 12, 2015 6:38:59 PM GMT-03:00, Franco Ardiani notifications@github.com wrote:

Los warnings me hacen fallar grunt watch, tengo que hacer algo en especial?


Reply to this email directly or view it on GitHub: https://github.com/MecatronicaUncu/Red-Social-Asociacion/pull/68#issuecomment-164195631

Podés tratar de eliminar los warnings :-) o configurar grunt para que no falle por warning :-(

andresmanelli commented 8 years ago

No. Si crean un archivo de tests vacíos pasa. No es el warning. Es que no hay tests. Por eso falla. Tenganme fe. Sino, saco este PR y pongo otro con esto y otros cambios que tienen tests pasando.

andresmanelli commented 8 years ago

Voy a hacer eso que dije.