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
I am a bit new to using js. I am having a strange output, where the functions inside a js file are being skipped over during compression using yuglify. I am getting no errors, except when checking the output the functions are not present!
I just checked that if I use "DISABLE_WRAPPER":True, the function from application.js is compressed and put in the output file.
In ReadTheDocs, the DISABLE_WRAPPER:False is recommended for improving performance.
Is it possible to use the wrapper without it skipping over the js described above ?
BR
SK
The text was updated successfully, but these errors were encountered:
esskaey
changed the title
compression skips over js when yuglify
pipeline compression skips over js when using yuglify
Jul 13, 2022
Hi there,
I am a bit new to using js. I am having a strange output, where the functions inside a js file are being skipped over during compression using yuglify. I am getting no errors, except when checking the output the functions are not present!
The file which is being ignored
In my pipeline config I am using
I just checked that if I use "DISABLE_WRAPPER":True, the function from application.js is compressed and put in the output file.
In ReadTheDocs, the DISABLE_WRAPPER:False is recommended for improving performance.
Is it possible to use the wrapper without it skipping over the js described above ?
BR
SK
The text was updated successfully, but these errors were encountered: