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
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
The text was updated successfully, but these errors were encountered:
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 ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-load-image\js\load-image.all.min.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\cors\jquery.postmessage-transport.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\cors\jquery.postmessage-transport.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\cors\jquery.xdr-transport.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\vendor\jquery.ui.widget.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\jquery.fileupload.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_components\blueimp-file-upload\js\jquery.fileupload-process.js
into a subdirectory.Using
app.import
with a file in the root ofvendor/
causes a significant performance penalty. Please movebower_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
The text was updated successfully, but these errors were encountered: