Hi Isomorphic,
I have many JS-files (total 5 MB) in my compiled project dir, war file and deployed dir:
I'm pretty sure that I can just delete them after compiling, prior war'ing (I found this old related SmartClient thread). I can also see a "myproj\myproj\sc\modules-debug" folder (15 MB), but I'm pretty sure I can delete that one if I'm not interested in those files.
Can you answer the following questions under the premise that I still want to be able to use the DSConsole (if access not blocked on webserver-level):
Thank you & Best regards,
Blama
I have many JS-files (total 5 MB) in my compiled project dir, war file and deployed dir:
Code:
\webapps\myproj\myproj\sc\development\ISC_RealtimeMessaging.js \webapps\myproj\myproj\sc\system\development\ISC_Calendar.js \webapps\myproj\myproj\sc\system\development\ISC_Charts.js \webapps\myproj\myproj\sc\system\development\ISC_ClassBrowser.js \webapps\myproj\myproj\sc\system\development\ISC_Containers.js \webapps\myproj\myproj\sc\system\development\ISC_Core.js \webapps\myproj\myproj\sc\system\development\ISC_DataBinding.js \webapps\myproj\myproj\sc\system\development\ISC_DBConsole.js \webapps\myproj\myproj\sc\system\development\ISC_DeveloperConsole.js \webapps\myproj\myproj\sc\system\development\ISC_DocViewer.js \webapps\myproj\myproj\sc\system\development\ISC_Drawing.js \webapps\myproj\myproj\sc\system\development\ISC_DSBrowser.js \webapps\myproj\myproj\sc\system\development\ISC_EBay.js \webapps\myproj\myproj\sc\system\development\ISC_ExampleViewer.js \webapps\myproj\myproj\sc\system\development\ISC_FileBrowser.js \webapps\myproj\myproj\sc\system\development\ISC_FileLoader.js \webapps\myproj\myproj\sc\system\development\ISC_Forms.js \webapps\myproj\myproj\sc\system\development\ISC_Foundation.js \webapps\myproj\myproj\sc\system\development\ISC_Grids.js \webapps\myproj\myproj\sc\system\development\ISC_History.js \webapps\myproj\myproj\sc\system\development\ISC_Kapow.js \webapps\myproj\myproj\sc\system\development\ISC_PluginBridges.js \webapps\myproj\myproj\sc\system\development\ISC_RichTextEditor.js \webapps\myproj\myproj\sc\system\development\ISC_SalesForce.js \webapps\myproj\myproj\sc\system\development\ISC_Scheduler.js \webapps\myproj\myproj\sc\system\development\ISC_ServerLogViewer.js \webapps\myproj\myproj\sc\system\development\ISC_Solr.js \webapps\myproj\myproj\sc\system\development\ISC_SQLBrowser.js \webapps\myproj\myproj\sc\system\development\ISC_SyntaxHiliter.js \webapps\myproj\myproj\sc\system\development\ISC_Tools.js \webapps\myproj\myproj\sc\system\development\ISC_VisualBuilder.js \webapps\myproj\myproj\sc\system\development\ISC_Workflow.js
Can you answer the following questions under the premise that I still want to be able to use the DSConsole (if access not blocked on webserver-level):
- Can I delete the files listed above by name with my ant script?
- Is there some possibility to prevent their generation in the 1st place?
- Can I delete the modules-debug directory with my ant script?
- Can I prevent the creation of the modules-debug directory?
Thank you & Best regards,
Blama
Comment