#{if flash.success}

GreenScript setting updated sucessfully.

#{/if}

GreenScript Configuration v1.1c

#{form @update(), enctype:'multipart/form-data'}
Minimizing Setting

Use this part to dynamically change the behavior of GreenScript plugin. Usually you want to turn on all these settings in a product environment. However, turning off these settings can help developer easily debug javascript issues. Specifically, turnning off cache enable developer to apply css changes on each request.

If minimize is enabled, your js/css files will be merged to a single file as long as possible. Note, if this option is turned off, then compress and cache options will not effect
Minimize

If compressing is enabled, your js/css files will be compressed (remove unnessessary blacks, comments, etc). it is recommended to leave this option turned on as you can turn off "Minimizing" to disable compressing.
Compress

If cache is enabled, the compressed version of your css/js files will be reused. It is recommended to leave this option turned on as you can turn off "Minimizing" to disable cache. It is highly discouraged to leave this option turn off while Minimizing turned on in a production environment, your client will probably encounter 404 error if you do so!
Cache

#{/form}

dir and url settings are read only. You need to go to either your "application.conf" to change the dir settings. You need to restart play server to apply your change

dir settings

url settings

This part shows the css and javascript dependency relationships defined in your greenscript.conf file. Note, this part is read only! You should update your greenscript.conf file and restart the server to apply your changes.

CSS dependencies

    #{list items:cssDeps, as: 'row'}
  • ${row}
  • #{/list}

JavaScript dependencies

    #{list items:jsDeps, as: 'row'}
  • ${row}
  • #{/list}

GreenScript Configurator v1.1c by greenlaw110@gmail.com