Reputation: 17282
When I run
php app/console assetic:dump
The contents of the files are dumped in the console and the files are not generated.
This happens with --env=prod
and/or --no-debug
. Being Windows, I cannot get to the top to see if there is even an error. Never had this before, what could it be?
PS: I'm using "symfony/assetic-bundle": "2.1.*"
Upvotes: 0
Views: 446
Reputation: 17282
I though Java was installed because PHPstorm was working, but I needed to install the JRE.
Upvotes: 1