SCSS/SASS Multiple Sites in Multiple Directories

前端 未结 1 1317
旧巷少年郎
旧巷少年郎 2020-12-19 23:31

I\'m looking at setting SCSS up on a platform that uses SVN with multiple websites on a team of eight.

Our currently site structure is like this.

REP         


        
1条回答
  •  执笔经年
    2020-12-20 00:02

    #!/bin/bash
    for i in repoa repob repoc repod
      do
        compass watch "$i/pathtoyourconfig.rb" &
    done
    

    0 讨论(0)
提交回复
热议问题