JS cleanup

Is there any easy way in Blocs to find out what is causing scrollFX.js and jquery.touchSwipe.min.js to export in my project?

As far as I can see there is no scrolling etc on my project but there must be as it keeps getting exported and don’t fancy shifting through 70+ pages to try and probably the one bric causing it?

Any ideas @Norm, if not, maybe a feature for V4 :wink:

Thanks,

EDIT: for anyone with a similar query… I used the Inspector when previewing in Blocs, navigate to ‘Element’ and see which JS are loaded, that narrowed the pages down and ultimately made it much easier to find the culprit.

All sorted! :smiley:

Ok, for animate.min.cs, this seems to be a little trickier, I have been on the Inspector > Sources > index.html and looked for where its being called from, changed the settings of the brics to turn it off but it seems like it is still being called upon.

 <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css?6608">
 <link rel="stylesheet" type="text/css" href="style.css?8460">
 <link rel="stylesheet" type="text/css" href="./css/animate.min.css?4958">
 <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
 <link rel="stylesheet" type="text/css" href="./css/et-line.min.css">
 <link rel="stylesheet" type="text/css" href="./css/ionicons.min.css">