Intellij IDEAにてCompassを使おうとしているのですが、どうしても以下のエラーが消えません。
Individual stylesheets must be in the sass directory.
開発環境
- Mac OX Yosemite 10.10.5
- Intellij IDEA 2016.1.1
- Compass 1.0.3
- ruby 2.2.3p173
- Sass 3.4.22
File Watcherを使わずに直接コマンドラインでコンパイルをしようとしても同じ同じエラーが出ます。
compass compile [scssのディレクトリパス] [cssのディレクトリパス] -c [config.rbのディレクトリパス]
以下を参考に、設定はすべて完了しているはずなのですが・・・
http://blog.jetbrains.com/jp/2013/12/10/326
config.rbのパスは何度確認しても間違いはありませんし、パス名に日本語も使われていません。
config.rbの内容は以下です。
ruby
1# Compass is a great cross-platform tool for compiling SASS. 2# This compass config file will allow you to 3# quickly dive right in. 4# For more info about compass + SASS: http://net.tutsplus.com/tutorials/html-css-techniques/using-compass-and-sass-for-css-in-your-next-project/ 5 6 7######### 8# 1. Set this to the root of your project when deployed: 9http_path = "/" 10 11# 2. probably don't need to touch these 12css_dir = "../css" 13sass_dir = "./" 14images_dir = "../images" 15javascripts_dir = "../js" 16environment = :development 17relative_assets = true 18 19 20# 3. You can select your preferred output style here (can be overridden via the command line): 21output_style = :expanded 22 23# 4. When you are ready to launch your WP theme comment out (3) and uncomment the line below 24# output_style = :compressed 25 26# To disable debugging comments that display the original location of your selectors. Uncomment: 27# line_comments = false 28 29# don't touch this 30preferred_syntax = :scss
他に確認するべきところがあればご教授いただけますと幸いですm(_ _)m
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/05/01 05:10