Skip to content

Commit

Permalink
Showing 7 changed files with 0 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -41,8 +41,3 @@
###> phpunit/phpunit ###
/phpunit.xml
###< phpunit/phpunit ###

###> symfony/webpack-encore-bundle ###
/npm-debug.log
/yarn-error.log
###< symfony/webpack-encore-bundle ###
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -91,7 +91,6 @@
"symfony/translation": "^3.4|^4.3",
"symfony/twig-bundle": "^3.4|^4.3",
"symfony/validator": "^3.4|^4.3",
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "^3.4|^4.3",
"twig/extensions": "^1.4",
"twig/twig": "^2.6",
1 change: 0 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
@@ -70,5 +70,4 @@
Nelmio\Alice\Bridge\Symfony\NelmioAliceBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
FriendsOfBehat\SymfonyExtension\Bundle\FriendsOfBehatSymfonyExtensionBundle::class => ['test' => true, 'test_cached' => true],
Sylius\Behat\Application\SyliusTestPlugin\SyliusTestPlugin::class => ['test' => true, 'test_cached' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];
7 changes: 0 additions & 7 deletions config/packages/assets.yaml

This file was deleted.

Empty file.
5 changes: 0 additions & 5 deletions config/packages/webpack_encore.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions symfony.lock
Original file line number Diff line number Diff line change
@@ -785,24 +785,6 @@
"ref": "dae9b39fd6717970be7601101ce5aa960bf53d9a"
}
},
"symfony/webpack-encore-bundle": {
"version": "1.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "1.0",
"ref": "d3b160b9799c91cbfc3df6f018c795f3bf88698a"
},
"files": [
"assets/css/app.css",
"assets/js/app.js",
"config/packages/assets.yaml",
"config/packages/prod/webpack_encore.yaml",
"config/packages/webpack_encore.yaml",
"package.json",
"webpack.config.js"
]
},
"symfony/yaml": {
"version": "v4.1.3"
},

0 comments on commit 0acde3a

Please sign in to comment.