2013-06-11 5 views

답변

2

명령 줄에서 closure-stylesheets.jar로 실행할 수있는 java jar 파일이 있습니다. 당신은 여기에서 다운로드 할 수 있습니다 https://code.google.com/p/closure-stylesheets/downloads/list

우리는이 같은 Ant 태스크를 통해 실행

<target name="closure-stylesheets"> 
     <java jar="closure-stylesheets/closure-stylesheets.jar" fork="true" failonerror="true"> 
      <arg line="--output-file ../styles/closure.css"/> 
      <arg value="closure-stylesheets/closure-main-def.gss"/> 
      <arg value="closure-stylesheets/closure.gss"/> 
      <arg value="closure-stylesheets/tree.css"/> 
     </java> 
</target> 

당신이 간장 템플릿을 사용하여 폐쇄의 CSS 이름 바꾸기 기능을 사용하고자하는 경우, 이쪽을 봐 (I 아니에요 이 사용에 익숙) : https://code.google.com/p/closure-stylesheets/#Renaming