[GitHub] NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, There was another file called deps.js along with the closure 
libraries' files that was wrongly fetched by pagespeed( 
https://myapp.com/deps.js​ instead of https://myapp.com/js/MiscJS/deps.js). 
   When I used this directive: pagespeed Disallow "*.js";  it is working fine. 
Disallow "deps.js" does not resolve the issue.  Is it possible to disallow 
"deps.js" alone instead of "*.js"?
   Thank you for the support!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, There was another file called deps.js along with the closure 
libraries' files that was wrongly fetched by pagespeed( 
https://myapp.com/deps.js​ instead of https://myapp.com/js/MiscJS/deps.js). 
   When I used this directive: pagespeed Disallow "*.js";  it is working fine.
   Thank you for the support!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, I was not the one who compiled the JS closure libraries. I was 
given a set of js files that can be used in the web application directly(which 
I think must be because it was compiled with a closure compiler?). 
   
   Additionally, I found that https://domain.com/js/MiscJS/deps.js is being 
fetched as https://domain.com/deps.js when pagespeed is on and a 404 error is 
thrown. This file is related to the base64 js file and I suspect that 
correcting this request might put off the other 2 issues too.
   
   Is there anything that can be done to turn off pagespeed or preserve the URL 
for this request alone?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, I was not the one who compiled the JS closure libraries. I was 
given a set of js files that can be used in the web application directly(which 
I think must be because it was compiled with a closure compiler?). 
Additionally, I found that https://domain.com/js/MiscJS/deps.js is being 
fetched as https://domain.com/deps.js when pagespeed is on and a 404 error is 
thrown. 
   Is there anything that can be done to turn off pagespeed or preserve the URL 
for this request alone?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT edited a comment on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, I was not the one who compiled the JS closure libraries. I was 
given a set of js files that can be used in the web application directly(which 
I think must be because it was compiled with a closure compiler?). 
Additionally, I found that https://domain.com/js/MiscJS/deps.js is being 
fetched as https://domain.com/deps.js when pagespeed is on and a 404 error is 
thrown.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] NisariAIT commented on issue #1578: goog.crypt.base64 not working after pagespeed is enabled

2018-07-13 Thread GitBox
NisariAIT commented on issue #1578: goog.crypt.base64 not working after 
pagespeed is enabled
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1578#issuecomment-404740553
 
 
   @jmarantz, I was not the one who compiled the JS closure libraries. I was 
given a set of js files that can be used in the web application directly(which 
I think must be because it was compiled with a closure compiler?). 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services