电子邮件基金会不会为生产编译 - 没有创建SCSS文件夹

时间:2017-12-19 23:58:34

标签: zurb-foundation zurb-ink

这是我的第一个电子邮件基金会项目。当我运行foundation build时,我得到:

[17:42:43] Starting 'inline'...
Unhandled rejection Error: ENOENT: no such file or directory, open 'D:\Repositories\email-template\dist\assets\scss'
    at Error (native)

[17:42:44] The following tasks did not complete: default, build, inline
[17:42:44] Did you forget to signal async completion?

看起来它失败了,因为没有生成SCSS文件夹。

当我运行foundation watch时,一切正常。

如何进一步解决这个问题,并了解为什么没有创建SCSS文件夹?

这是在Windows机器上,通过Powershell。我尝试过将所有自定义SCSS代码注释掉,只留下app.scss顶部的三个@import语句。我还尝试删除了我的node_modules文件夹并重新安装。

1 个答案:

答案 0 :(得分:0)

修正了它。问题是我在HTML的顶部有这一行:

<link rel="stylesheet" href="assets/scss">