I am currently using Netbeans Web Application project. I used dojo and dijit library within my project and I notice that when I start netbeans it scans very slow, I believe part of the slow scanning at startup is the scanning of dojo files. As these files do not change, is there a way to command netbeans to ignore a part of the javascript directory? I believe using a Content Delivery Network (CDN) is a solution but this project would only be accessible via intranet.
Any ideas here?
以上就是How to set Netbeans to ignore Javascript library when scanning and building?的详细内容,更多请关注web前端其它相关文章!