Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error on Node 4.x #2

Open
nagkumar opened this issue Dec 28, 2015 · 0 comments
Open

Error on Node 4.x #2

nagkumar opened this issue Dec 28, 2015 · 0 comments

Comments

@nagkumar
Copy link

Seems to work on Node 0.12.7 but the Error seen in node 4.x is

Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-load-image\js\load-image.all.min.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\cors\jquery.postmessage-transport.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\cors\jquery.postmessage-transport.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\cors\jquery.xdr-transport.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\vendor\jquery.ui.widget.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\jquery.fileupload.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\jquery.fileupload-process.js into a subdirectory.
Using app.import with a file in the root of vendor/ causes a significant performance penalty. Please move bower_components\blueimp-file-upload\js\jquery.fileupload-image.js into a subdirectory.
Livereload server on port 35729
Serving on http://0.0.0.0:4200/

ember-cli-content-security-policy/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
ember-cli-content-security-policy/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

ember-cli-content-security-policy/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
ember-cli-content-security-policy/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

live-reload-middleware/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
live-reload-middleware/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

live-reload-middleware/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
live-reload-middleware/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

ember-export-application-global/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
ember-export-application-global/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

ember-export-application-global/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
ember-export-application-global/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

ember-cli-qunit/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
ember-cli-qunit/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

ember-cli-qunit/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
ember-cli-qunit/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

ember-data/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
ember-data/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

ember-data/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
ember-data/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

ember-jquery-fileupload/components/jq-fileupload.js: line 90, col 33, 'e' is defined but never used.
ember-jquery-fileupload/components/jq-fileupload.js: line 94, col 32, 'e' is defined but never used.

2 errors

ember-jquery-fileupload/core/upload_model.js: line 30, col 18, 'data' is defined but never used.
ember-jquery-fileupload/core/upload_model.js: line 36, col 19, 'data' is defined but never used.

2 errors

===== 2 JSHint Errors

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant