You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after setting up th application on Ubuntu 13.10 and starting the app I get only
Warning: missing space before text for line 20 of jade file "/opt/sparkleshare-dashboard/views/createFirstUser.jade"
Error: /opt/sparkleshare-dashboard/views/createFirstUser.jade:21
19| script(type="text/javascript")
20| $("#login").focus(function() {
unexpected token "indent"
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:244:15)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:242:21)
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
Hi,
after setting up th application on Ubuntu 13.10 and starting the app I get only
Warning: missing space before text for line 20 of jade file "/opt/sparkleshare-dashboard/views/createFirstUser.jade"
Error: /opt/sparkleshare-dashboard/views/createFirstUser.jade:21
19| script(type="text/javascript")
20| $("#login").focus(function() {
unexpected token "indent"
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:244:15)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.block (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:660:25)
at Parser.tag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:777:26)
at Parser.parseTag (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:690:17)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:199:21)
at Parser.parseExpr (/opt/sparkleshare-dashboard/node_modules/jade/lib/parser.js:242:21)
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: