Commit Graph

31 Commits

Author SHA1 Message Date
Patrice Chalin e4ed1ce5af chore(site): support site build w/o recompiling API docs (#2202)
* chore(site): support site build w/o recompiling API docs

If the site has already been built once, then rebuild the site without
re-harp-compiling the API docs use:
`gulp check-deploy —lang=‘’`

Otherwise specify the languages whose API docs are to be rebuilt; as
usual, omitting the `—lang` flag is equivalent to `—lang=all` which is
equivalent to `—lang=‘ts|js|dart’`.

Other changes to gulp tasks:
- Renamed `serve` to `harp-serve`.
- Removed `check-serve`. Use `harp-compile` followed by `serve-www’
instead.
- `harp-compile` now also defaults to `—lang=all`.

* post-review updates

- Ensure that the deploy prompt can be seen.
2016-08-26 14:58:13 -07:00
Jesús Rodríguez 5b8df3494a chore: add embedded plunkers functionality (#2194) 2016-08-25 10:44:22 -07:00
AlmeroSteyn 177161a708 docs-styles(build): new a11y-compliant styles for doc sample
closes #1897
Generates a2docs.css from a11y-compliant less file
See PR #1897 for more info and next steps.
2016-08-06 11:43:00 -07:00
Patrice Chalin 5adbfb9502 chore(ignored/boilerplate files): cleanup
closes #1646
2016-06-13 11:33:12 -07:00
Patrice Chalin 14ab2c5110 chore(dart/api): ignore generated files (#1583) 2016-06-01 15:53:36 -07:00
Patrice Chalin c1440e7eff [review-pending] docs(dev guide): server-communication - new prose
New Dart prose, update Dart and Ts code

+ guide/server-communication/ts: update to docs and example code
+ guide/server-communication/dart: new prose, update example code
+ ignore all npm-debug.logs
+ make Jade ul li TOC elements more compact.
2016-05-13 21:32:54 +01:00
Ward Bell 1a154daa2e chore: add gulp link-checker task
also fix some of the broken links that it found
2016-03-10 23:53:43 -08:00
luis 1ac9316171 docs(dependency-injection): add Dart sample
closes #817
2016-02-16 13:58:29 -08:00
Jay Traband 3926d4202f chore: move jade fragments into separate _fragments subdirs.
closes #842
2016-02-15 13:31:08 -08:00
Kathy Walrath 3d87360432 docs(template-syntax): get closer to a Dart version of template-syntax
Add doc regions to the TS version.
Update the Dart sample.
Publish a hidden draft of the Dart version.

Closes #758.
2016-02-09 20:49:49 -08:00
Jay Traband a53bfbc0c1 chore(harp compile): Fix for issue with harp compile not being able to coexist with large node_modules
closes #670
+ added support for making harp compile errors visible when running check-deploy task.
2016-01-08 18:47:46 -08:00
Jay Traband 872064e12e feat(e2e testing): testing framework + initial tests
close #604
2015-12-30 17:58:09 -08:00
Naomi Black a2d71de557 chore(cleanup): remove generated files from the repository 2015-12-15 19:34:40 -08:00
Jay Traband 296b501483 chore(devguide-tooling): add enforce-example-boilerplate gulp task
closes #485 and 479
removal all package.json from _example subdirs and add an example-config.json to each. Update add-example-symlinks to use new fns
updated gitignore, package.json
add tests to QuickStart
2015-12-12 13:57:18 -08:00
Kathy Walrath f82b730cbd docs(guide): add Dart forms guide
closes #409
2015-12-03 13:15:33 -08:00
Jay Traband b06f2dcec6 (fix) plunker generation fixes
closes #424
plnkr - change plnkr.config -> plnkr.json and change output paths and names
update jade plunkers to new 'resources/live-examples' path + minor cleanup
update gulpfile to run build-plunkers as part of build-docs.
2015-11-30 21:00:02 -08:00
Jay Traband 4bbd9784ef dev-tooling: add plunker generation from _examples
closes #408, Dev Tooling 15
2015-11-25 12:23:14 -08:00
Peter Bacon Darwin f9c9f5e9e4 chore(gitignore): ignore `www` folder 2015-11-10 18:38:00 +00:00
Ward Bell f26c8a13a9 (docs)do not commit zip file in ../resources/zips 2015-10-31 19:22:05 -07:00
Jay Traband 9500a123f5 Work on zipping folders based on zipconfig.json files. Also involves refactoring of doc-shredder. 2015-10-27 09:35:37 -07:00
Kathy Walrath 9826612970 Update Dart QS to resemble TS one, use _examples 2015-10-16 16:33:22 -07:00
Jay Traband bb19588676 insure that the api docs appear under both public/docs/JS/latest and public/docs/TS/latest 2015-10-02 10:08:21 -07:00
Jay Traband 4565918f57 removed 'www' from gitignore so that we can keep a record of the deployed site on git 2015-09-28 11:38:11 -07:00
Jay Traband c7e626515b updated gitignore 2015-09-23 14:38:14 -07:00
Jay Traband 6f6e83722e squashed commits for PR 222 from jtraband
- add warning when bad example tag is encountered.
- shredding for api docs + refactoring of gulpfile to clarify task names.
- added top level gulp tasks + error handling cleanup
- added test-api-builder gulp task
- added warning messages during build-shred-map processing
- mixin signature change
- updated styleguide ... continued.
- added @exampleTabs inlinetag support + refactoring shared services between @example and @exampleTabs
- added new inline tag @linkDevGuide + cleanup
- added angular source watch logic for serve-and-sync and source for examples changed from test -> examples + cleanup
- promisify del
- styleguide explanation of @example, @exampleTabs and @linkDevGuide
2015-09-23 14:04:58 -07:00
Jay Traband 49496e4ce9 fix(indentForMarkdown) extra trailing spaces on last line. 2015-09-18 15:35:12 -07:00
Jay Traband 834b65dca3 cleanup/comment api builder 2015-09-18 13:22:32 -07:00
Ward Bell c44e966278 (docs) getting started evolved with some unit-tests for quickstart 2015-09-10 13:32:58 -07:00
Naomi Black 2cb5362ba7 docs(devguide): missed a few things for draft 1 of dart example 2015-04-21 22:10:56 -07:00
Kathy Walrath 0d783ae1d5 Add .DS_Store to .gitignore 2015-03-03 12:53:29 -08:00
David East 72153f6a89 Initial structure. 2015-02-18 12:32:25 -08:00