From fdf063c6cc2ec4eeef252f13b2e0d301931fa83c Mon Sep 17 00:00:00 2001 From: kingcody Date: Thu, 28 Aug 2014 07:04:25 -0400 Subject: [PATCH] fix(gen): fix build when not selecting socket.io Changes: - remove `filters.socketio` conditional from vendor search glob --- app/templates/client/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/client/index.html b/app/templates/client/index.html index 5f993ada3..e823e372d 100644 --- a/app/templates/client/index.html +++ b/app/templates/client/index.html @@ -44,10 +44,10 @@ - + - - <% if(filters.socketio) { %><% } %> + <% if(filters.socketio) { %> + <% } %>