【问题标题】:use --trace for backtrace Error while compiling SCSS file编译 SCSS 文件时使用 --trace 进行回溯错误
【发布时间】:2016-09-08 06:39:57
【问题描述】:

我正在努力

sass input src.scss test.css

sass input src.scss:test.css

Both results in error::
Errno::ENONET:No such file or directory @ rb_sysopen - input

这是我的第一个 scss 到 css 的编译

【问题讨论】:

    标签: css ruby sass scss-lint


    【解决方案1】:

    你需要传递一个真实创建的文件:

    # cd my_path_with_file
    sass example.scss example.css
    

    或者你可以使用文件的绝对路径:

    # output file will be saved in current directory
    sass my_path/example.scss example.css
    

    祝你好运。

    【讨论】:

      猜你喜欢
      • 2014-04-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-10-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多