作者:无为2502863873 | 来源:互联网 | 2023-05-23 21:52
我正在使用Windows平台(请不要嘲笑我).我正在尝试使用运行Windows 7的localmachine中的asseti构建一个Symfony2项目.
现在我不能为了生命中的爱而弄清楚为什么它不会倾倒资产文件.它总是说某种RunTime Exception.我认为这与咖啡箱和节点路径有关.这是设置咖啡箱和节点路径的正确方法吗?
framework:
[...]
# Twig Configuration
twig:
[...]
# Assetic Configuration
assetic:
debug: "%kernel.debug%"
use_controller: true
bundles: [...]
filters:
sass:
load_paths: [ "%kernel.root_dir%/../src/xxxxx/WebsiteBundle/Resources/public/vendor/" ]
compass: true
coffee:
bin: C:\Users\xxxxx\AppData\Roaming\npm\coffee
node: C:\Program Files\nodejs\node
cssrewrite: ~
# Doctrine Configuration
[...]
php composer.phar
安装工作正常
php app/console asset:install
工作良好
php app/console assetic:dump
给我以下错误:
[RuntimeException的]
无法写入文件C:/ xampp/htdocs/xxxxx/app /../ web/js/3b27a3f_js?key = AIzaSyCk9Cxgv09X9DKar1bcsLAXxlqP3YhF0OI_1.js
我最初的感觉是咖啡箱和节点路径有问题.
以下是我的机器中的位置.
我不知道是怎么回事.我会抛弃任何可能有助于解决这个问题的输出.我觉得这里很无能为力.我正在使用SASS,指南针,咖啡等