Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用资产转储我的 JS 和 CSS 资产时
$ php app/console assetic:dump --env=prod --no-debug
它不是创建文件 I,而是在我的屏幕上(在控制台窗口中)输出要转储的 JS 文件的内容。
出了什么问题,我该如何解决?
我有同样的问题,我只需要安装java
sudo apt-get install default-jre
您还可以查看输出的开头,这可能会有所帮助:
app/console assetic:dump > outfile 2>&1