dwyl / hapi-socketio-redis-chat-example

:speech_balloon: Real-time Chat using Hapi.js + Socket.io + Redis Pub/Sub (example with tests!!)
GNU General Public License v2.0
364 stars 73 forks source link

Removes elm app.js from .gitignore #101

Closed finnhodgkin closed 7 years ago

finnhodgkin commented 7 years ago

Fixes the currently broken '/elm' route by removing the compiled javascript from .gitignore. :+1:

Fix #100

codecov[bot] commented 7 years ago

Codecov Report

Merging #101 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #101   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          52     52           
=====================================
  Hits           52     52

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f4b0b80...57b8a71. Read the comment docs.

nelsonic commented 7 years ago

@finnhodgkin I'll see your 14.7 kloc PR and raise you a 20 line one: https://github.com/dwyl/hapi-socketio-redis-chat-example/pull/102 😉

finnhodgkin commented 7 years ago

Eep I fold.