angular-docs-cn/public/docs
Mike Reid d07d42873a docs(devguide): add missing app.module.js source in Basics > Forms (#2342)
Add missing app.module.js source example in Basics > Forms dev guide
- File is missing for JavaScript, but present for TypeScript
2016-09-19 09:41:31 -07:00
..
_examples docs(webpack): move to core-js in testing (#2404) 2016-09-19 18:38:54 +02:00
_includes update title on sidenav (#2386) 2016-09-17 23:52:46 +02:00
dart/latest udpate colors and contrast for accessibility improvements 2016-09-16 15:58:20 -07:00
js/latest docs(devguide): add missing app.module.js source in Basics > Forms (#2342) 2016-09-19 09:41:31 -07:00
ts docs(testing): fix small typo (#2401) 2016-09-18 18:54:40 +02: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 docs(api): fix api nav issue #927 2016-03-08 10:46:03 -08:00
_layout-dart-api.jade docs(api/dart): add support for generation and display (#1888) 2016-07-15 14:10:12 -07:00
_layout.jade design(style): Restyle changes from Alex 2016-09-14 17:18:55 -07:00
index.jade docs(api): fix api nav issue #927 2016-03-08 10:46:03 -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.