0

Is there a way to find unused javascript files ? As I am working on very big and old application and many people have worked on this application and recently we have made it responsive and added bootstrap as well, all others have added Javascript and css files as per their convenience. But now I want to minimize these files and keep only required files in my system.

Kindly suggest any tool to find unused files.

3
  • Is it a web app? A node app? Do you use modules or is it just HTML pages with includes? Commented Oct 7, 2016 at 9:11
  • you can write your own tool. get the name and search it inside the code files. if it exists and not commented, assume it being used. Commented Oct 7, 2016 at 9:12
  • Some ideas: stackoverflow.com/questions/1169889/… Commented Oct 7, 2016 at 9:16

1 Answer 1

0

Developer tools in your browser. For example Chrome: Developer tools -> Network

Sign up to request clarification or add additional context in comments.

1 Comment

No. Not in that way.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.