Title: .js files source code
Last modified: July 23, 2023

---

# .js files source code

 *  Resolved [ecottles](https://wordpress.org/support/users/ecottles/)
 * (@ecottles)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/)
 * You all decided to remove the source code for the JavaScript files. In particular
   dokan.js. The file has been obfuscated. De minifying is not an option to reveal
   obfuscated source. Please provide the source files for customization like everybody
   does including Woocommerce.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Md Fayeakuzzaman](https://wordpress.org/support/users/fayeakuzzaman/)
 * (@fayeakuzzaman)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16919903)
 * Hello [@ecottles](https://wordpress.org/support/users/ecottles/),
 * We provide exclusively the build file, which is the compiled version of the original
   source file written in JavaScript. The source file contains the unaltered JavaScript
   code we authored, while the build file represents a minified and optimized version
   of that code, intended for loading in the user’s browser. As a result, you won’t
   be able to access the actual source file. Our primary concern is optimizing the
   site speed for our valued clients, which is why we have included the minified
   version of the JS file.
   Thanks for understanding.
 *  Thread Starter [ecottles](https://wordpress.org/support/users/ecottles/)
 * (@ecottles)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16919963)
 * **You said:** We provide exclusively the build file, which is the compiled version
   of the original source file written in JavaScript.
 * **Really? That profound!**
 * **You said:** The source file contains the unaltered JavaScript code we authored,
   while the build file represents a minified and optimized version of that code,
   intended for loading in the user’s browser.
 * **Thanks for the education!**
 * You said: As a result, you won’t be able to access the actual source file.
 * **Then how am I to customize the source file to suit my needs as you have promised
   in your marketing? Dokan has always provided the source file along with the minified
   version for performance. The source for some reason has been removed in the latest
   version. When are you going to include the source? **
 * **You Said:** Our primary concern is optimizing the site speed for our valued
   clients, which is why we have included the minified version of the JS file.
 * **That great! So where are the source files?**
 * Good Day!
 *  [icaro56](https://wordpress.org/support/users/icaro56/)
 * (@icaro56)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16922662)
 * Customizations now is impossible!
 *  Thread Starter [ecottles](https://wordpress.org/support/users/ecottles/)
 * (@ecottles)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16922692)
 * **Describe the bug**
   As of Dokan Lite version **v3.7.21**, the JavaScript source
   files are missing from the plugin.
 * **Expected behavior**
   The source files have always been included in previous 
   versions.
 * **Steps to reproduce the issue:**
   Inspect the plugin’s contents and check for
   the presence of JavaScript source files.
 * **Additional Information:**
   I contacted Dokan Lite support to inquire about the
   missing JavaScript source files, and they confirmed that these files are no longer
   available with the plugin. However, I believe this decision is surprising and
   concerning given that Dokan exists as an open-source solution for WooCommerce,
   which inherently involves including JavaScript files.
 * As a concerned user, I want to highlight that the absence of JavaScript source
   files in the Dokan Lite plugin may be a violation of WordPress terms for listing
   plugins in the Directory. According to Section 4 of the WordPress guidelines,
   developers are required to provide public, maintained access to their source 
   code and any build tools, either by including the source code in the deployed
   plugin or by providing a link to the development location in the readme.
 * I hope that this is merely an oversight or misunderstanding and not an intentional
   deviation from WordPress guidelines. I kindly request the development team to
   review this matter and address it accordingly. Access to the JavaScript source
   files is essential for transparency, security, and the continued success of Dokan
   Lite as a trusted plugin in the WordPress community.
 * Thank you for your attention to this matter. I look forward to a resolution that
   aligns with WordPress guidelines and maintains the integrity of the Dokan Lite
   plugin.
 * **Larry J Cottle**
 *  Plugin Support [Jahidul Hassan Mojumder](https://wordpress.org/support/users/jahidulhassan/)
 * (@jahidulhassan)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16923032)
 * Hi [@ecottles](https://wordpress.org/support/users/ecottles/),
 * When a plugin or theme is submitted for publication on WordPress.org, it undergoes
   a rigorous inspection by the associated team to ensure compliance with guidelines
   and standards. The Dokan plugin followed the same evaluation process and successfully
   met all necessary requirements. I am confident that the dedicated team responsible
   for reviewing the plugin is well-informed about the specific rule you are inquiring
   about. Rest assured, the team is committed to maintaining a high standard of 
   quality and adherence to the guidelines for all published items.
 * We have enclosed a link to our GitHub repository with details of the Dokan plugin
   as shown in [this screenshot](https://snipboard.io/9y0SL1.jpg). I can see you
   have already visited the GitHub repository and created an issue. [Here is the link](https://github.com/weDevsOfficial/dokan/issues/1945)
   to the issue. The source files are also there as shown in [this screenshot](https://snipboard.io/MoiYc3.jpg).
   You can download the develop version of the plugin or can fork it. If you are
   unfamiliar with how to fork a repo please visit [this link](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
   Please feel free to share which file you are not getting there.
 * Thanks for your feedback.
 *  Thread Starter [ecottles](https://wordpress.org/support/users/ecottles/)
 * (@ecottles)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16926000)
 * > > Hello,
   > > The non-minified versions are not on Github In version v3.7.21 & the current
   > > version v3.7.22. Access to the non-minified versions has been denied by Dokan
   > > The minified files are specifically located in the assets/js directory. Previous
   > > versions to v3.7.21 have always included both minified and non-minified versions.
   > > Non minified versions are now being denied.
   > While some level of minification might be acceptable for performance optimization,
   > advanced obfuscation techniques that deliberately obscure the code’s purpose
   > or logic are not allowed. The Plugin Directory guidelines state that code should
   > be “human-readable” and “well-documented” to foster transparency and promote
   > a safer environment for WordPress users.
   > **Link:** [https://github.com/weDevsOfficial/dokan/tree/develop/assets/js](https://github.com/weDevsOfficial/dokan/tree/develop/assets/js)
   > Thank you for you time resolving this issue.
   > **Larry J Cottle**

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘.js files source code’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

## Tags

 * [source-code](https://wordpress.org/support/topic-tag/source-code/)

 * 6 replies
 * 4 participants
 * Last reply from: [ecottles](https://wordpress.org/support/users/ecottles/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/js-files-source-code/#post-16926000)
 * Status: resolved