LoginSignup
0
0

More than 5 years have passed since last update.

compass使用時にパスに日本語が含まれてるとエラーが出る

Posted at

ディレクトリ(フォルダ)名をアルファベットにすれば動く

/Users/hoge/Documents/HTML/アーカイブ/html/src
        ↓
/Users/hoge/Documents/HTML/arcv/html/src

zip圧縮した時にファイル名こうなった模様

以下自分が検索しやすいようにエラー貼り付け

DEPRECATION WARNING on line 87 of /Users/username/.rbenv/versions/2.x.x/lib/ruby/gems/2.x.x/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:

unquote('"\$moz-"#{\$experimental-support-for-mozilla} "\$webkit-"#{\$experimental-support-for-webkit} "\$opera-"#{$experimental-support-for-opera} "\$microsoft-"#{\$experimental-support-for-microsoft} "\$khtml-"#{\$experimental-support-for-khtml}')

You can use the sass-convert command to automatically fix most cases.

DEPRECATION WARNING on line 92 of /Users/username/.rbenv/versions/2.x.x/lib/ruby/gems/2.x.x/gems/compass-core-1.0.3/stylesheets/compass/css3/_deprecated-support.scss:
#{} interpolation near operators will be simplified in a future version of Sass.
To preserve the current behavior, use quotes:

unquote('"\$ie6-"#{\$legacy-support-for-ie6} "\$ie7-"#{\$legacy-support-for-ie7} "\$ie8-"#{$legacy-support-for-ie8}')

You can use the sass-convert command to automatically fix most cases.

0
0
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
0
0