2012-04-02 3 views

답변

1

는 :

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

관련 문제