mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Command "php bin/console maba:webpack:compile --env=prod" does not work correct #44

Closed mpinchuk closed 7 years ago

mpinchuk commented 7 years ago

Symfony 3.2.2 OS: Windows 10 x64 When I try to execute "php bin/console maba:webpack:compile --env=prod" I get an error:

[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "maba:webpack" namespace.

"php bin/console maba:webpack:compile" (without param --env) works correct.

mpinchuk commented 7 years ago

Fixed. Just cleared cache for prod - php bin/console cache:clear --env=prod