mariusbalcytis / webpack-bundle

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

Update README.md #56

Closed cpxPratik closed 7 years ago

cpxPratik commented 7 years ago

500 HTTP error was showing up on functional tests when {% webpack %} tag was used on twig templates. After viewing error log, i found it to be caused since manifest file for webpack was not found. It was suggesting to run compile or dev-server command on the log. So i had to run compile on test env and manifest file was generate /var/cache/Test/ which wasn't there early.

mariusbalcytis commented 7 years ago

I've created issue #58 to handle this case better.

For now - thanks for sharing and giving the pull request!