File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ $finder = PhpCsFixer\Finder::create()
14
14
->exclude ('config ' )
15
15
->exclude ('var ' )
16
16
->exclude ('public/bundles ' )
17
- ->exclude ('public/css ' )
18
- ->exclude ('public/fonts ' )
19
- ->exclude ('public/js ' )
17
+ ->exclude ('public/build ' )
20
18
;
21
19
22
20
return PhpCsFixer \Config::create ()
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
public : true
33
33
tags : ['controller.service_arguments']
34
34
35
- # Autowiring can't guess the constructor arguments that are not type-hinted with
35
+ # Autowiring can't guess the constructor arguments that are not type-hinted with
36
36
# classes (e.g. container parameters) so you must define those arguments explicitly
37
37
App\Command\ListUsersCommand :
38
38
$emailSender : ' %app.notifications.email_sender%'
Original file line number Diff line number Diff line change 1
1
var Encore = require ( '@symfony/webpack-encore' ) ;
2
2
3
3
Encore
4
- . setOutputPath ( 'web /build/' )
4
+ . setOutputPath ( 'public /build/' )
5
5
. setPublicPath ( '/build' )
6
6
. cleanupOutputBeforeBuild ( )
7
7
. autoProvidejQuery ( )
You can’t perform that action at this time.
0 commit comments