angular-cn/public/docs
Zhicheng Wang 0303a18020 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
#	public/docs/ts/latest/guide/attribute-directives.jade
#	public/docs/ts/latest/guide/component-styles.jade
#	public/docs/ts/latest/guide/dependency-injection.jade
#	public/docs/ts/latest/guide/hierarchical-dependency-injection.jade
#	public/docs/ts/latest/guide/lifecycle-hooks.jade
#	public/docs/ts/latest/guide/pipes.jade
#	public/docs/ts/latest/guide/security.jade
#	public/docs/ts/latest/guide/server-communication.jade
#	public/docs/ts/latest/guide/structural-directives.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/testing/testing-an-angular-pipe.jade
#	public/docs/ts/latest/tutorial/index.jade
#	public/docs/ts/latest/tutorial/toh-pt1.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt3.jade
#	public/docs/ts/latest/tutorial/toh-pt4.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/docs/ts/latest/tutorial/toh-pt6.jade
2016-07-07 08:15:51 +08:00
..
_examples Merge remote-tracking branch 'origin/master' 2016-07-07 08:15:51 +08:00
_includes 内容微调 2016-06-29 13:11:23 +08:00
dart/latest Merge remote-tracking branch 'origin/master' 2016-07-07 08:15:51 +08:00
js/latest Merge remote-tracking branch 'origin/master' 2016-07-01 08:38:54 +08:00
ts/latest Merge remote-tracking branch 'origin/master' 2016-07-07 08:15:51 +08:00
ImageGuide.pdf style(images): add image best practices to styleguide doc 2016-06-16 16:06:13 -07: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 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.