大家是怎麼管理自己的 mixin?
2012-05-27 10:59:59 +0800 由 Shell_Chen
在 Compass 節點 中發起
最後由 Shell_Chen 於2012-06-07 18:28:59 +0800回應
, 291次閱讀
大家是怎麼樣管理 mixin 的?
我目前使用 compass-rails 讓 rails 使用 compass ,
但是如果有我之前寫好的mixin 要放在哪裡比較好?
讓scss可以直接用 @include 我的mixin?
是放在 vendor 的資料夾?
還是在 Compass 的 config 裡註冊我的mixin 位置?
官網的例子:
#path from the library file to where you're keeping your compass stuff.
basedirectory = File.join(File.dirname(FILE_), '..', 'compass')
Compass::Frameworks.register('my_extension', :path => base_directory)
截至 2012-06-07 18:28:59 +0800,共收到 4 條回應
xdite
1樓, 於2012-05-29 02:24:15 +0800回應
自己的當然是放在 app/assets 下。別人寫的才放 vendor
Shell_Chen
2樓, 於2012-06-06 08:36:54 +0800回應
@@那如果是給不同的專案使用呢?是做成gem的方法?
xdite
3樓, 於2012-06-06 19:16:32 +0800回應
yes
Shell_Chen
4樓, 於2012-06-07 18:28:59 +0800回應
oh oh thanks !!