2012-04-02 8 views

答えて

1

sass --helpの出力から:

--watch Watch files or directories for changes. 
     The location of the generated CSS can be set using a colon: 
      sass --watch input.sass:output.css 
      sass --watch input-dir:output-dir 

することができます、任意の制限はありません。 sassをベースパスまたは絶対パスと呼ぶ場所からディレクトリを使用してください。例:

sass --watch relative/path/to/a/scss/file:/absolute/path/to/a/css/file 
+0

Thnx!それに気付かなかった – FoxKllD

関連する問題