Welcome to the first post of the series on, How to Successfully Approve a Product on CodeCanyon. In this post, we are going to discuss the first primary thing that Envato Review Team checks in your Code.
This is the major mistake that a lot of new Authors make. A lot of our third-party dependency files are loaded via CDN. Like,
- bootstrap
- jquery
- momentjs
- data-tables
These are loaded like,
...
...
Instead of this, you need to download these all files and put them along with your project files. Then include them directly from the folder.
...
...
This is a very small change but a lot of authors miss this and the item gets soft-rejected. We hope this will help you to save some rejections.
Please note:
Sometimes, Envato Review Team also reject the items when they found CDN URLs in third-party dependency codes. If it gets rejected, you need to explain to them that, it is a third-party library and not a part of your original script.