Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I permanently get rid of the default Grails web-app files?
    primarykey
    data
    text
    <p>When I create a Grails app, it comes with some default files in the <code>web-app</code> directory:</p> <pre>$ find web-app web-app web-app/css web-app/css/errors.css web-app/css/main.css web-app/css/mobile.css web-app/images web-app/images/apple-touch-icon-retina.png web-app/images/apple-touch-icon.png web-app/images/favicon.ico web-app/images/grails_logo.jpg web-app/images/grails_logo.png web-app/images/leftnav_btm.png web-app/images/leftnav_midstretch.png web-app/images/leftnav_top.png web-app/images/skin web-app/images/skin/database_add.png web-app/images/skin/database_delete.png web-app/images/skin/database_edit.png web-app/images/skin/database_save.png web-app/images/skin/database_table.png web-app/images/skin/exclamation.png web-app/images/skin/house.png web-app/images/skin/information.png web-app/images/skin/shadow.jpg web-app/images/skin/sorted_asc.gif web-app/images/skin/sorted_desc.gif web-app/images/spinner.gif web-app/images/springsource.png web-app/js web-app/js/application.js</pre> <p>(<code>META-INF</code> and <code>WEB-INF</code> folders snipped from output)</p> <p>These files create clutter in my app, and also use the common directory names <code>css</code>, <code>images</code>, and <code>js</code>, that I'm likely to want to use for my own resources.</p> <p>In the past I've manually deleted these, but they return by themselves after running <code>grails upgrade</code>, overwriting my own files in the process.</p> <p>I can't see any reason to keep these files around. Is there something I'm missing? If not, how can I get rid of them and make sure they never come back?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload