LoginSignup
2
2

More than 5 years have passed since last update.

gulp-sassでエラー(compass使ってて)

Posted at

gulp-Sassでエラー

Sassをgulpで、コンパイルしようとして、
エラーが出たので備忘録

gulp sass

とコマンドうったら
以下のエラー

events.js:154
      throw er; // Unhandled 'error' event
      ^
Error: source/stylesheets/_style.scss
Error: Function sprite-map doesn't support keyword arguments

解決策

調べたら、compassのコンパイルができるように
gulo-compassというプラグインを入れなきゃいけなかった

sudo npm install --save-dev gulp-compass

参考
[http://ichimaruni-design.com/2015/02/comapss-gulp/]

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2