angular-docs-cn/public/docs
YuCheng Hu 22e109fa8d Merge remote-tracking branch 'origin/angular.ossez.com'
# Conflicts:
#	.husky/commit-msg
#	.husky/pre-commit
#	.husky/prepare-commit-msg
#	package.json
2021-04-05 12:22:49 -04:00
..
_examples Merge remote-tracking branch 'origin/angular.ossez.com' 2021-04-05 12:22:49 -04:00
_fragments/gettingstarted/js First pass at build-shred-map complete 2021-04-05 09:51:11 -04:00
_includes Merge remote-tracking branch 'origin/master' 2017-04-15 15:34:47 +08:00
dart/latest Merge remote-tracking branch 'origin/master' 2017-02-26 15:39:42 +08:00
js/latest added make-example 2021-04-05 09:49:10 -04:00
ts/latest 修改翻译错误 2018-03-09 15:16:56 +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) 2021-04-05 09:47:30 -04:00
_data.json Fix all _data.json 2016-12-01 10:54:43 +08:00
_layout-dart-api.jade Upgrade swiftype to 2.0 library and added a results page for searches 2016-10-12 10:01:19 -07:00
_layout.jade Upgrade to 2.2.0 2016-11-22 20:07:16 +08:00
index.jade Merge remote-tracking branch 'angular.io/master' 2016-11-26 21:43:16 +00:00
xref-frag-to-jade.html clean up regionExtractor to hoist nullLine pattern, 2021-04-05 09:51:19 -04:00
xref-jade-to-frag.html clean up regionExtractor to hoist nullLine pattern, 2021-04-05 09:51:19 -04:00
xref-jade.json clean up regionExtractor to hoist nullLine pattern, 2021-04-05 09:51:19 -04: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.