fex-team / fis

Front-end Integrated Solution - 前端集成解决方案, 最新版请进入 FIS3 https://github.com/fex-team/fis3
http://fis.baidu.com
MIT License
2.96k stars 654 forks source link

适配 0.12.0 #331

Open oxUnd opened 9 years ago

oxUnd commented 9 years ago

任务列表

oxUnd commented 9 years ago

编译方法

  1. clone 代码
  2. 安装 node-gypnpm install node-gyp -g
  3. 然后编译,在代码目录下执行 node-gyp rebuild --target=0.12.0
  4. 编译成功后,在代码目录下会多出 build 目录,build/Release/*.node 文件就是对应编译出的结果
  5. .node文件放到对应 lib/${OS}/${arch}/${NodeVersion}/ 的目录下,0.12.0 的需要新建 0.12.0 目录。 ( node-pngquant-native, node-pngcrush 适用此方法 )
  6. node-images 编译依赖繁杂,暂且不说了。
oxUnd commented 9 years ago

除了 Linux 32 位没有支持好,其他都OK了。可以安装试用

然后就可以愉快的玩耍了。

hefangshi commented 9 years ago

正式版直接release到1.10吧

fancyboynet commented 9 years ago

atian25 commented 9 years ago

顺便适配下io.js

oxUnd commented 9 years ago

这个已经在计划中了

在 2015年2月25日,上午10:28,TZ | 天猪 notifications@github.com 写道:

顺便适配下io.js吧

— Reply to this email directly or view it on GitHub.

Gerhut commented 9 years ago

https://github.com/fis-dev/fis-sass/pull/3

PR 过一个Win x64 node 0.12的node-sass包