Created
August 11, 2014 00:54
-
-
Save zolzaya/05c707c89925a4526dff to your computer and use it in GitHub Desktop.
Ember errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ frontend git:(master) ✗ ember server --proxy=http://127.0.0.1:8080 | |
version: 0.0.39 | |
Proxying to http://127.0.0.1:8080 | |
Livereload server on port 35729 | |
Serving on http://0.0.0.0:4200 | |
frontend/components/gravatar-image.js: line 1, col 16, 'Ember' is not defined. | |
frontend/components/gravatar-image.js: line 5, col 50, 'md5' is not defined. | |
2 errors | |
frontend/controllers/application.js: line 3, col 16, 'Ember' is not defined. | |
frontend/controllers/application.js: line 7, col 13, 'Em' is not defined. | |
frontend/controllers/application.js: line 7, col 77, 'response' is defined but never used. | |
3 errors | |
frontend/controllers/index.js: line 1, col 16, 'Ember' is not defined. | |
frontend/controllers/index.js: line 5, col 13, 'Em' is not defined. | |
frontend/controllers/index.js: line 7, col 38, 'response' is defined but never used. | |
3 errors | |
frontend/controllers/login.js: line 4, col 16, 'Ember' is not defined. | |
frontend/controllers/login.js: line 12, col 13, 'Em' is not defined. | |
frontend/controllers/login.js: line 27, col 17, 'Em' is not defined. | |
3 errors | |
frontend/controllers/profile.js: line 9, col 54, Expected '===' and instead saw '=='. | |
frontend/controllers/profile.js: line 3, col 16, 'Ember' is not defined. | |
frontend/controllers/profile.js: line 9, col 18, 'Em' is not defined. | |
frontend/controllers/profile.js: line 10, col 17, 'Em' is not defined. | |
frontend/controllers/profile.js: line 10, col 71, 'res' is defined but never used. | |
frontend/controllers/profile.js: line 12, col 37, 'res' is defined but never used. | |
6 errors | |
frontend/controllers/protected.js: line 1, col 16, 'Ember' is not defined. | |
frontend/controllers/protected.js: line 4, col 13, 'Em' is not defined. | |
2 errors | |
frontend/initializers/authentication.js: line 8, col 9, 'FB' is not defined. | |
frontend/initializers/authentication.js: line 11, col 13, 'Em' is not defined. | |
frontend/initializers/authentication.js: line 12, col 14, 'Em' is not defined. | |
frontend/initializers/authentication.js: line 13, col 13, 'Ember' is not defined. | |
frontend/initializers/authentication.js: line 23, col 13, 'Ember' is not defined. | |
frontend/initializers/authentication.js: line 33, col 13, 'Ember' is not defined. | |
frontend/initializers/authentication.js: line 39, col 13, 'Ember' is not defined. | |
7 errors | |
frontend/objects/custom-authorizer.js: line 1, col 16, 'Ember' is not defined. | |
frontend/objects/custom-authorizer.js: line 3, col 53, 'Ember' is not defined. | |
frontend/objects/custom-authorizer.js: line 2, col 46, 'requestOptions' is defined but never used. | |
3 errors | |
frontend/objects/facebook-authenticator.js: line 1, col 16, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 3, col 24, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 4, col 22, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 12, col 23, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 13, col 16, 'FB' is not defined. | |
frontend/objects/facebook-authenticator.js: line 15, col 24, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 16, col 28, 'Em' is not defined. | |
frontend/objects/facebook-authenticator.js: line 32, col 24, 'FB' is not defined. | |
frontend/objects/facebook-authenticator.js: line 34, col 32, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 35, col 36, 'Em' is not defined. | |
frontend/objects/facebook-authenticator.js: line 59, col 23, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 60, col 16, 'FB' is not defined. | |
frontend/objects/facebook-authenticator.js: line 61, col 20, 'Ember' is not defined. | |
frontend/objects/facebook-authenticator.js: line 59, col 66, 'reject' is defined but never used. | |
frontend/objects/facebook-authenticator.js: line 60, col 43, 'response' is defined but never used. | |
15 errors | |
frontend/routes/application.js: line 1, col 16, 'Ember' is not defined. | |
frontend/routes/application.js: line 1, col 35, 'Ember' is not defined. | |
2 errors | |
frontend/routes/login.js: line 4, col 13, Expected '{' and instead saw 'this'. | |
frontend/routes/login.js: line 1, col 16, 'Ember' is not defined. | |
2 errors | |
frontend/routes/profile.js: line 1, col 16, 'Ember' is not defined. | |
frontend/routes/profile.js: line 1, col 35, 'Ember' is not defined. | |
2 errors | |
frontend/routes/protected.js: line 1, col 16, 'Ember' is not defined. | |
frontend/routes/protected.js: line 1, col 35, 'Ember' is not defined. | |
2 errors | |
===== 13 JSHint Errors | |
Build successful - 1265ms. | |
Slowest Trees | Total | |
-------------------------------+---------------- | |
ES3SafeFilter | 412ms | |
ES6Concatenator | 153ms | |
JSHint - App | 144ms | |
TreeMerger (appAndDependencies) | 70ms | |
TreeMerger (stylesAndVendor) | 67ms | |
TreeMerger (vendor) | 67ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment