File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \Component \AssetMapper \AssetMapperInterface ;
18
18
use Symfony \Component \AssetMapper \AssetMapperRepository ;
19
19
use Symfony \Component \AssetMapper \Command \AssetMapperCompileCommand ;
20
+ use Symfony \Component \AssetMapper \Command \DebugAssetMapperCommand ;
20
21
use Symfony \Component \AssetMapper \Command \ImportMapExportCommand ;
21
22
use Symfony \Component \AssetMapper \Command \ImportMapRemoveCommand ;
22
23
use Symfony \Component \AssetMapper \Command \ImportMapRequireCommand ;
70
71
])
71
72
->tag ('console.command ' )
72
73
74
+ ->set ('asset_mapper.command.debug ' , DebugAssetMapperCommand::class)
75
+ ->args ([
76
+ service ('asset_mapper ' ),
77
+ service ('asset_mapper.repository ' ),
78
+ param ('kernel.project_dir ' ),
79
+ ])
80
+ ->tag ('console.command ' )
81
+
73
82
->set ('asset_mapper_compiler ' , AssetMapperCompiler::class)
74
83
->args ([
75
84
tagged_iterator ('asset_mapper.compiler ' ),
You can’t perform that action at this time.
0 commit comments