diff --git a/.sencha/app/build.properties b/.sencha/app/build.properties index 5f6d491e..23c57b34 100644 --- a/.sencha/app/build.properties +++ b/.sencha/app/build.properties @@ -18,3 +18,5 @@ # To avoid potential merge conflicts avoid making large, sweeping changes to # this file. # ============================================================================= + +skip.slice=1 diff --git a/.sencha/app/defaults.properties b/.sencha/app/defaults.properties index d54f6da7..71a1ed20 100644 --- a/.sencha/app/defaults.properties +++ b/.sencha/app/defaults.properties @@ -1,7 +1,7 @@ # ============================================================================= # This file defines properties used by build-impl.xml and the associated # *-impl.xml files (sass-impl.xml, js-impl.xml, etc.), which are the core of -# the applications build process. +# the applications build process. # # This file represents the lowest priority file for defining these properties # as well as the place to look for documentation and learning what properties @@ -48,7 +48,7 @@ # See "sencha help app build" for details. # # The corresponding properties files: -# (production.properties, testing.properties, etc.) provide examples of +# (production.properties, testing.properties, etc.) provide examples of # overriding sets of properties depending on the selected environment # NOTE: this replaces the deprecated args.environment app.environment=production @@ -236,13 +236,13 @@ build.options=logger:${build.options.logger},debug:${build.options.debug},produc # This property can be modified to change general build options # such as excluding files from the set. The format expects newlines # for each argument, for example: -# +# # build.operations=\ # exclude\n \ # -namespace=Ext\n # -# NOTE: modifications to build.operations are intended to be -# placed in an override of the "-after-init" target, where it +# NOTE: modifications to build.operations are intended to be +# placed in an override of the "-after-init" target, where it # can be calculated based on other # ant properties # @@ -268,7 +268,7 @@ build.optimize.enable=\ build.optimize.disable= build.optimize=${build.optimize.disable} -# enables / disables removing text references from +# enables / disables removing text references from # package js build files build.remove.references=true @@ -282,10 +282,10 @@ build.optimize.string.references=true # enables / disables yui compression build.compression.yui=${app.output.js.compress} - + # enables / disables closure compression build.compression.closure=0 - + # enables / disables uglify compression build.compression.ugilfy=0 @@ -296,8 +296,8 @@ build.compile.temp.dir.keep=true # ------------------------------------------ # DOC ONLY - Do Not Set -# this variable will be set to the appropriate compressor -# option, and is calculated in init-impl.xml, but may be overridded in +# this variable will be set to the appropriate compressor +# option, and is calculated in init-impl.xml, but may be overridded in # app.properties, .properties, or via command line # # build.compression= @@ -312,8 +312,8 @@ build.compile.temp.dir.keep=true # markup, or left as a separate resource build.enable.embedded.microloader=${app.output.microloader.embed} -# whether to include the page's manifest.json code with the -# microloader content. Production.properties files should set this to +# whether to include the page's manifest.json code with the +# microloader content. Production.properties files should set this to # false to have manifest.json exist as a server resource. build.enable.embedded.manifest=${app.output.manifest.embed} @@ -348,18 +348,18 @@ app.microloader=${app.microloader.dir}/${app.microloader.name} app.microloader.path=${app.microloader} # specifies how to embed the microloader code into the output markup -# {0} is replaced with the content of the microloader file specified +# {0} is replaced with the content of the microloader file specified # by app.microloader.path build.microloader.code.tpl={0} # the template to use when generating a stand-alone json manifest file build.microloader.json.tpl.standalone={0} -# the template to use when embedding the manifest json directly next to the +# the template to use when embedding the manifest json directly next to the # microloader in the output microloader content build.microloader.json.tpl.embedded=Ext.blink({0}); -# the template to use in the output microloader content when supplying +# the template to use in the output microloader content when supplying # the manifest json as a separate server-side resource ('production' builds) build.microloader.json.tpl.external=Ext.blink('{'id:''${app.id}'''}'); @@ -383,7 +383,7 @@ build.external.microloader.markup=