angular-docs-cn/public/docs
Igor Minar ba9f49d0a3 fix(api): use ng-cloak on the sitemap page
to prevent FOUC
2015-10-19 10:47:34 +01:00
..
_examples chore (docs) quickstart to alpha-44 2015-10-18 23:29:45 +01:00
_includes updated styleguide 2015-10-15 12:08:56 -07:00
dart/latest Update Dart QS to resemble TS one, use _examples 2015-10-16 16:33:22 -07:00
js/latest fix(api): use ng-cloak on the sitemap page 2015-10-19 10:47:34 +01:00
ts/latest docs(api list): use ng-cloak 2015-10-19 10:40:22 +01:00
README.md shred and watch build tooling - v2 ( dgeni, gulp, jade) 2015-08-07 14:49:35 -07:00
_data.json added alerts style 2015-03-04 05:21:10 -08:00
_layout.jade wip: adding cheatsheet 2015-10-18 22:19:52 +01:00
index.jade ordered guide 2015-04-16 07:24:28 -07:00
styleguide.jade hide side nag for now 2015-04-13 05:46:14 -07: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.