Note that there are some explanatory texts on larger screens.

plurals
  1. POWhich folders are unnecessary while deploying a play! app?
    primarykey
    data
    text
    <p>I have finally made a production worthy app with play, and use the <code>play war -o foo</code> command to create an exploded war. However, its size goes on to 30 MB and there are a lot of folders included. I develop in eclipse, so there are some eclipse folders too. Below is a list of the folders I have. Can anyone help me out with the unnecessary folders? I have zeroed in on the app, conf, public and lib folders. Is my assumption correct?</p> <pre><code>├── app │   ├── controllers │   ├── jobs │   │   ├── daily │   │   └── monthly │   ├── models │   │   ├── encrypt │   │   ├── file │   │   ├── login │   │   └── mail │   ├── playground │   └── views │   ├── Application │   └── errors ├── conf ├── eclipse │   └── classes │   ├── controllers │   ├── jobs │   │   ├── daily │   │   └── monthly │   ├── models │   │   ├── encrypt │   │   ├── file │   │   ├── login │   │   └── mail │   └── playground ├── lib ├── logs ├── public │   ├── bootstrap │   │   ├── css │   │   ├── img │   │   ├── js │   │   │   └── tests │   │   │   ├── unit │   │   │   └── vendor │   │   └── less │   ├── images │   ├── javascripts │   └── stylesheets ├── test └── tmp ├── bytecode │   └── DEV └── classes ├── controllers ├── helpers ├── jobs │   ├── daily │   └── monthly ├── models │   ├── encrypt │   ├── file │   ├── login │   └── mail └── playground </code></pre>
    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.
    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