Magento 2.2 Grunt Less Compile

时间:2018-03-10 14:35:54

标签: magento

我有编译较少文件的问题。

在grunt配置文件themes.js中我添加了

<theme>: {
    area: 'frontend',
    name: '<Vendor>/<theme>',
    locale: 'de_DE',
    files: [
        'css/styles-m',
        'css/styles-l'
    ],
    dsl: 'less'
}

当我使用推荐

grunt less:<theme>

我得到了

Destination pub/static/frontend/<Vendor>/<theme>/de_DE/css/styles-m.css not written because no source files were found.

我在文件夹web / css / source中有_theme.less。

当我尝试make deploy时,它不会在pub / static中生成文件_theme.less。

1 个答案:

答案 0 :(得分:0)

您实际插入了供应商和主题的名称?错误消息包含/所以我认为您上面发布的内容实际上是您放在themes.js文件中的内容。 这就是它无法找到这些文件的原因。