# devt_mode can be set by pressing alt on the login screen or by user preference
||if(pref_devt_mode)|| ||if(istrue(pref_devt_mode))|| ||define||devt_mode||true|| ||else|| ||define||devt_mode||false|| ||endif|| ||endif||
||if(pref_nocustom)|| ||if(not(istrue(pref_nocustom)))|| ||undef||disable_custom|| ||else|| ||define||disable_custom||true|| ||endif|| ||endif||
||if(not(istrue(devt_mode)))||
# Optimise core js and css downloads as a single file which then gets cached client side
||ifndef||nocss||
||endif||
#just show all javascript as one file
# alternatively have some form of selected feature based download of the combined javascript as follows:
#
||else||
# Include all required modules etc separately
#
#
#dont know why following line should be explicitly needed sometimes for ie??
#
# at least combine the modules we are not working on as one file
#
#
#
||endif||
||ifndef||disable_custom||
||if(istrue(custom_css))||||endif||
||if(istrue(custom_js))||||endif||
||endif||
#