We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67d2b6 commit fdf063cCopy full SHA for fdf063c
app/templates/client/index.html
@@ -44,10 +44,10 @@
44
<script src="bower_components/es5-shim/es5-shim.js"></script>
45
<script src="bower_components/json3/lib/json3.min.js"></script>
46
<![endif]-->
47
- <!-- build:js({client<% if(filters.socketio) { %>,node_modules<% } %>}) app/vendor.js -->
+ <!-- build:js({client,node_modules}) app/vendor.js -->
48
<!-- bower:js -->
49
- <!-- endbower -->
50
- <% if(filters.socketio) { %><script src="socket.io-client/socket.io.js"></script><% } %>
+ <!-- endbower --><% if(filters.socketio) { %>
+ <script src="socket.io-client/socket.io.js"></script><% } %>
51
<!-- endbuild -->
52
53
<!-- build:js({.tmp,client}) app/app.js -->
0 commit comments