-1

sass ut を使用して構成された Yeoman ジェネレーターを使用して新しい jekyll プロジェクトを開始しましたが、動作させることができません

_sass フォルダーには main.scss で始まるファイルが 1 つだけあります。

@charset "utf-8";

しかし、grunt serve を起動すると、次のようになります。

Running "copy:stageCss" (copy) task
[D] Task source: /Users/alexandresagette/Development/jekyll-site/node_modules/grunt-contrib-copy/tasks/copy.js
Verifying property copy.stageCss exists in config...OK
Options: encoding="utf8", processContent=false, processContentExclude=[], mode=false


Done, without errors.


Execution Time (2015-04-11 16:12:10 UTC)
loading tasks  1.1s  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
copy:stageCss   8ms  ▇ 1%
Total 1.1s
    Warning: Error: Invalid CSS after "@charset "utf-8"": expected "{", was ";"
        on line 4 of app/_sass/main.scss
  Use --trace for backtrace. Use --force to continue.

    Aborted due to warnings.

gruntfile はここにあります: https://github.com/robwierzbowski/generator-jekyllrb/blob/master/app/templates/Gruntfile.js

誰か助けてくれませんか?

4

1 に答える 1