Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3f6d8
)
Write in bundle Resources\public subdirectories by default
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Nov 2019 14:56:58 +0000
(15:56 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 26 Nov 2019 14:56:58 +0000
(15:56 +0100)
DependencyInjection/Configuration.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/Configuration.php
b/DependencyInjection/Configuration.php
index a9bff3bfa141e77516d996f1e0d734c67d62821d..7016291112763ee617ce8e0c2571d9f32e849941 100644
(file)
--- a/
DependencyInjection/Configuration.php
+++ b/
DependencyInjection/Configuration.php
@@
-48,9
+48,9
@@
class Configuration implements ConfigurationInterface {
'redirect' => 5
],
'output' => [
- 'css' => 'css/*.pack.css',
- 'js' => 'js/*.pack.js',
- 'img' => 'img/*.pack.jpg'
+ 'css' => '
@RapsysPackBundle/Resources/public/
css/*.pack.css',
+ 'js' => '
@RapsysPackBundle/Resources/public/
js/*.pack.js',
+ 'img' => '
@RapsysPackBundle/Resources/public/
img/*.pack.jpg'
],
'filters' => [
'css' => [