angular-docs-cn/public/docs
Zhicheng Wang a7e9ff78ff 校对完了词汇表,统一了双语标注 2016-06-14 09:25:26 +08:00
..
_examples Merge remote-tracking branch 'origin/master' 2016-06-13 16:39:34 +08:00
_includes Merge remote-tracking branch 'remotes/angular.io/master' 2016-06-01 09:51:27 +01:00
dart/latest Merge remote-tracking branch 'origin/master' 2016-06-10 13:34:18 +08:00
js/latest 校对了ts-to-js部分 2016-06-11 21:59:43 +08:00
ts/latest 校对完了词汇表,统一了双语标注 2016-06-14 09:25:26 +08:00
README.md
_data.json 完成了各种公共页面的汉化 2016-04-13 08:53:17 +08:00
_layout.jade docs: align badges vertically within their container, remove shadow from content area 2016-05-26 09:22:25 -07:00
index.jade 汉化第三方资源、快速开始(部分) 2016-04-13 08:53:17 +08:00

README.md

Why the _fragments dir is checked in

Within this repo files generated as a result of shredding the _examples dir ( the contents of the _fragments dir) are checked in so that we can avoid running the shredder over the entire _examples dir each time someone refreshes the repo ( the shred-full gulp task). The gulp serve-and-watch shredder is only a partial shredder. It only shreds files in directories changed during the current session.