angular-docs-cn/public/docs
Ward Bell b7ee016000 (docs) gettingstarted: Update to alpha-37 and latest guidance
-- squashed commits --
(examples) gettingstarted: Update to alpha-37
(fix) gettingstarted: remove id=output from template; e2e spec looks for h1 instead
(fix) gettingstarted: simplified tsd commands
(fix) gettingstarted: simplified tsd commands
gettingStarted.jade updated for tooling-4
(docs) gettingstarted example revised for system 0.19, tsd 0.6.5, and as preface to ToH
(docs) update gettingstarted to our current recommendation (still needs to be vetted)
(docs) fix:gettingStarted.jade - small clarification after following instructions on clean directory.
(docs) gettingstarted jade updated w/ tool version advice and John's suggestions
2015-09-30 13:05:01 -07:00
..
_examples (docs) gettingstarted: Update to alpha-37 and latest guidance 2015-09-30 13:05:01 -07:00
_includes squashed commits for PR 222 from jtraband 2015-09-23 14:04:58 -07:00
dart/latest Fixed link to the best practices folder (folder is now public) 2015-09-10 11:28:41 -07:00
js/latest (docs) gettingstarted: Update to alpha-37 and latest guidance 2015-09-30 13:05:01 -07:00
ts/latest (docs) gettingstarted: Update to alpha-37 and latest guidance 2015-09-30 13:05:01 -07: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 introducing 'example' inline tag 2015-09-18 13:22:37 -07: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.