fex-team / fis-parser-node-sass

Use node-sass to parser sass for fis/fis3.
MIT License
31 stars 23 forks source link

请问怎么输出到指定目录,只能在SASS文件夹下吗? #28

Closed sifort closed 8 years ago

sifort commented 8 years ago

node-sass 有个 outFile option , 但这个选项根本不输出实际文件,也就是无效,请问要怎么配置?

2betop commented 8 years ago
fis.match('/folderA/(**.scss)', {
  parser: fis.plugin('node-sass'),
  rExt: 'css',
  release: '/folderB/$1'
})