angular-cn/public/docs
Zhicheng Wang 79eddc2553 开发指南-HTTP客户端 翻译完毕 2016-05-25 21:18:25 +08:00
..
_examples Merge remote-tracking branch 'remotes/angular.io/master' 2016-05-25 11:13:25 +01:00
_includes Merge remote-tracking branch 'remotes/angular.io/master' 2016-05-25 11:13:25 +01:00
dart/latest 修改一些BUG 2016-05-25 07:38:57 +08:00
js/latest Merge remote-tracking branch 'remotes/angular.io/master' 2016-05-25 11:13:25 +01:00
ts/latest 开发指南-HTTP客户端 翻译完毕 2016-05-25 21:18:25 +08:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json 完成了各种公共页面的汉化 2016-04-13 08:53:17 +08:00
_layout.jade feat(shorter lines): encapsulate all doc guides within a 10 sized column, including banners. Use showcase. Adjust for mobile 2016-05-16 15:40:32 -04: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.