Skip to content

Instantly share code, notes, and snippets.

@jimmack1963
Created July 31, 2013 10:50
Show Gist options
  • Save jimmack1963/6121092 to your computer and use it in GitHub Desktop.
Save jimmack1963/6121092 to your computer and use it in GitHub Desktop.
Deploying meteor project, about 8 hours of work after previous deploy. Where is the concatenated file that caused this error at [?:44760,33]? What other clues are present?
meteor deploy bailbonding.meteor.com
Deploying to bailbonding.meteor.com. Bundling...
WARN: ERROR: Unexpected token punc «:», expected punc «,» [?:44760,33]
Errors prevented deploying:
Exception while bundling application:
Error
at new JS_Parse_Error (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:185:18)
at js_error (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:199:11)
at croak (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:630:9)
at token_error (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:638:9)
at expect_token (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:651:9)
at expect (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:654:36)
at expr_list (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:1131:44)
at subscripts (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:1265:30)
at subscripts (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:1242:20)
at expr_atom (/Users/jimmack1963/.meteor/tools/d699ad29da/lib/node_modules/uglify-js/lib/parse.js:1123:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment