Threaded View
-
30 Sep 2012 3:18 AM #1
Clarification on compiler debug directive
Clarification on compiler debug directive
It seems that the documentation at http://docs.sencha.com/ext-js/4-1/#!...mmand_compiler is wrong or outdated, or I am misunderstanding something

For me only this is workingCode:sencha compile -classpath=sdk/src \ exclude -namespace Ext.chart and \ concat ext-all-nocharts-debug-w-comments.js and \ -debug=true -strip \ concat ext-all-nocharts-debug.js
'-debug=false' has to go **before** the command, but -strip and other switches follow **after**Code:sencha compile -classpath=sdk/src \ exclude -namespace Ext.chart and \ -debug=false concat -strip \ ext-all-nocharts-debug.js
The help command of Sencha Cmd provides the correct information btw!
However, from those docs it is not obvious that the directive parser can be configured for each 'command' ('concat') individually. Which is of course very convenient!
Still very impressed with the compiler. These are just minor glitches in the docs!
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-178
in
3.0.0.230.


Reply With Quote