- Sold between 100 000 and 250 000 dollars
- Won a Competition
- Author was Featured
- Item was Featured
- Referred between 500 and 999 users
- Author had a Free File of the Month
- Author had a File in an Envato Bundle
- Bought between 10 and 49 items
Hello fellas
sorry if question has been asked before but i didn’t find the answer after my extensive
3min-search-while-watching-youtube-at-the-same-time
what are the requirements on CC regarding js sources ?
- minified
- minified + uncompressed
- minified + uncompressed + code comments
thx
BF
Hi
I think that you decide what version of the script to add CodeCanyon. I usually I add a compressed and uncompressed script + documentation.
You must send your js source uncompressed.
I don’t know if code comments are necessary.
The code download needs to include both the minified and uncompressed sources. While code comments are not required, documentation detailing installation instructions and API information is required.
- Bought between 10 and 49 items
- Contributed a Blog Post
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
Simple. You code and document your code, no? Then create two versions: The original one (that you work with) and you can also generate its’ documentation And a compressed one.
- Microlancer Beta Tester
- Sold between 100 000 and 250 000 dollars
- Most Wanted Bounty Winner
- Author was Featured
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 2-3 years
Cover all your bases. Include a commented, cleanly spaced version of your JS and a compressed / minified one.
I have had reviewers request a minified version before.
- Sold between 100 000 and 250 000 dollars
- Won a Competition
- Author was Featured
- Item was Featured
- Referred between 500 and 999 users
- Author had a Free File of the Month
- Author had a File in an Envato Bundle
- Bought between 10 and 49 items
jwmcpeak saidthx jwmcpeak
The code download needs to include both the minified and uncompressed sources. While code comments are not required, documentation detailing installation instructions and API information is required.
@omarabid
i only comment public methods (usage) while skipping all internals unless there’s something i need to remind myself
on Activeden, this lazyness on internals could lead to rejection, that’s why the question.
