Skip to content

Commit f35fdfb

Browse files
committed
feature symfony#33 Moved web assets to web/ and implemented a pure PHP compression solution for CSS and JS files (javiereguiluz)
This PR was squashed before being merged into the master branch (closes symfony#33). Discussion ---------- Moved web assets to web/ and implemented a pure PHP compression solution for CSS and JS files This fixes symfony#5 Commits ------- b9d2f1e Moved web assets to web/ and implemented a pure PHP compression solution for CSS and JS files
2 parents 269991e + b9d2f1e commit f35fdfb

18 files changed

+319
-7685
lines changed

CONTRIBUTING.ms

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Contributing
2+
============
3+
4+
The Symfony Demo application is an open source project. Contributions made by
5+
the community are welcome. Send us your ideas, code reviews, pull requests and
6+
feature requests to help us improve this project. All contributions must follow
7+
the [usual Symfony contribution requirements](http://symfony.com/doc/current/contributing/index.html).
8+
9+
Web Assets Management
10+
---------------------
11+
12+
This project manages its web assets in a special way to allow them to work
13+
without configuring any option, installing any tool or executing any command.
14+
If your contribution changes CSS styles or JavaScript code in any way, make
15+
sure to regenerate the `web/css/app.css` and `web/js/app.js` files. To do so,
16+
uncomment the Assetic blocks in the `app/Resources/views/base.html.twig` and
17+
execute the following command:
18+
19+
```bash
20+
$ php app/console assetic:dump --no-debug
21+
```

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ $ cd symfony-demo/
4848
$ php app/console server:run
4949
```
5050

51-
This command will start a web server for the Symfony application. Now you can access
52-
the application in your browser at <http://localhost:8000>. You can stop the built-in
53-
web server by pressing `Ctrl + C` while you're in the terminal.
51+
This command will start a web server for the Symfony application. Now you can
52+
access the application in your browser at <http://localhost:8000>. You can
53+
stop the built-in web server by pressing `Ctrl + C` while you're in the
54+
terminal.
5455

5556
> **NOTE**
5657
>
Binary file not shown.
Binary file not shown.

app/Resources/assets/fonts/font-awesome/fontawesome-webfont.svg

Lines changed: 0 additions & 565 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-25 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy