Web Worker not working after deplyment but woking in local
up vote
0
down vote
favorite
Hi I am using z bar processor for barcode reading .I have used web worker to use path of zbar-processor.js.
var worker = new Worker('scripts/directives/zbar-processor.js');
The above code is working fine when running on localhost but gives 404 file not found when i deploy build using grunt clean build.
javascript angularjs
add a comment |
up vote
0
down vote
favorite
Hi I am using z bar processor for barcode reading .I have used web worker to use path of zbar-processor.js.
var worker = new Worker('scripts/directives/zbar-processor.js');
The above code is working fine when running on localhost but gives 404 file not found when i deploy build using grunt clean build.
javascript angularjs
Is deployed page in root of site or same path as in local? Might try adding a leading/
in url to make it absolute
– charlietfl
Nov 13 at 3:32
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Hi I am using z bar processor for barcode reading .I have used web worker to use path of zbar-processor.js.
var worker = new Worker('scripts/directives/zbar-processor.js');
The above code is working fine when running on localhost but gives 404 file not found when i deploy build using grunt clean build.
javascript angularjs
Hi I am using z bar processor for barcode reading .I have used web worker to use path of zbar-processor.js.
var worker = new Worker('scripts/directives/zbar-processor.js');
The above code is working fine when running on localhost but gives 404 file not found when i deploy build using grunt clean build.
javascript angularjs
javascript angularjs
asked Nov 13 at 3:29
ankit vishen
13
13
Is deployed page in root of site or same path as in local? Might try adding a leading/
in url to make it absolute
– charlietfl
Nov 13 at 3:32
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38
add a comment |
Is deployed page in root of site or same path as in local? Might try adding a leading/
in url to make it absolute
– charlietfl
Nov 13 at 3:32
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38
Is deployed page in root of site or same path as in local? Might try adding a leading
/
in url to make it absolute– charlietfl
Nov 13 at 3:32
Is deployed page in root of site or same path as in local? Might try adding a leading
/
in url to make it absolute– charlietfl
Nov 13 at 3:32
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53273368%2fweb-worker-not-working-after-deplyment-but-woking-in-local%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is deployed page in root of site or same path as in local? Might try adding a leading
/
in url to make it absolute– charlietfl
Nov 13 at 3:32
No the path changes after deployment it is compressed as regular files. but how cn we give path to make it consistent after deplyment
– ankit vishen
Nov 13 at 3:38