Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: lavarel: compiled files Date: Thu, 26 May 2022 17:45:18 +0200 Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net h3N5gVZEhfynPmsNvPOTAAQSmHSObjKFQRfCd0GSVx2tAZShbh Cancel-Lock: sha1:yDZbifpEd/ceY4v1EqSa4BaiNYI= Content-Language: de-DE In-Reply-To: Xref: csiph.com comp.lang.php:18946 Fx ROOM: > https://laravel.com/docs/9.x/structure#the-resources-directory > The resources directory contains your views as well as your raw, > un-compiled assets such as CSS or JavaScript. > > ???? > > Instead the files in the other directories are compiled? Yes. Usually for production JavaScript and CSS gets "compiled". This is not the same as compiling source code to a binary form, but still the "compiled" versions are optimized for production use. Example: This file is based on multiple "source" files which get combined and "minified" for production use. This can also be seen als "compiling" something. -- Arno Welzel https://arnowelzel.de