8000 feature #19997 inlined some CSS (fabpot) · symfony/symfony@8993c8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8993c8c

Browse files
committed
feature #19997 inlined some CSS (fabpot)
This PR was merged into the 3.2-dev branch. Discussion ---------- inlined some CSS | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a This PR has several goals: * It fixes the discrepancy between where CSS files were stored (FrameworkBundle) and where there were used (TwigBundle); * It removes the need to install the assets to get exceptions (think Silex, micro-kernel-based-edition, ...); * It makes things consistent with how we already manage images for exceptions (they are inlined); * It makes things consistent with how we manage assets for the web profiler. Commits ------- f354638 inlined some CSS
2 parents 167c14f + f354638 commit 8993c8c

File tree

6 files changed

+340
-337
lines changed

6 files changed

+340
-337
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
3.2.0
55
-----
66

7+
* The `Resources/public/css/*.css` files have been removed (they are now inlined in TwigBundle)
78
* The `Controller::getUser()` method has been deprecated and will be removed in
89
Symfony 4.0; typehint the security user object in the action instead.
910
* Added possibility to prioritize form type extensions with `'priority'` attribute on tags `form.type_extension`

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css

Lines changed: 0 additions & 128 deletions
This file was deleted.

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/structure.css

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0