Hi all, Currently the extension ".js" is used as an extension for JavaScript files, regardless of whether they are intended to be executed on the server or client side. This might cause confusion for developers and might present problems when accessing such scripts to get them for client-side execution.
I propose to acknowledge the ".js" extension to be used only for client-side scripts and to use ".ecma" for server side JavaScript files. WDYT ? Regards Felix
