I have upgraded to Sencha CMD 4.0.0, ever since that I see that on build the following resources are not being created under my custome theme resource directory:
GET .../n-theme/build/resources/images/panel-header/panel-header-default-top-bg.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/grid/column-header-bg.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/panel-header/panel-header-portlet-top-bg.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/panel/panel-default-framed-sides.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/panel/panel-default-framed-corners.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/tip/tip-default-corners.gif 404 Not Found (text/html)
GET .../n-theme/build/resources/images/tip/tip-default-sides.gif 404 Not Found (text/html)
the resources are responsible for creating rounded corners for IE and other older browsers.
How can I tell the CMD to create theme again?