Skip to content

Commit b83005a

Browse files
committed
designsystem: Mention JsJob and finitedomain
1 parent c979a4d commit b83005a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blueprint/designsystem.apib

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using the mechanism below.
2222

2323
# API
2424

25-
A design system is deployed as a `.js` file, and runs sandboxed in a browser.
25+
A design system is deployed as a `.js` file, and runs sandboxed in a browser using [JsJob](https://github.com/the-grid/jsjob).
2626
On the server-side this is PhantomJS (with function.bind polyfill),
2727
on client-side it runs in a WebWorker (no access to DOM).
2828

@@ -111,6 +111,7 @@ Several of these are already open source:
111111
- [imgflo](http://imgflo.org), on-demand server-side image processing.
112112
Helpers: [RIG](https://github.com/the-grid/rig) and [imgflo-url](https://github.com/the-grid/imgflo-url)
113113
- [Grid Object Model](https://github.com/the-grid/gom) (GOM), HTML templating and transformations
114+
- [finitedomain](https://github.com/the-grid/finitedomain), High-performance finite domain solver
114115
- [Flowerflip](https://github.com/the-grid/Flowerflip), Promise-based finite-domain constraint solver
115116
- [Regimen](https://github.com/the-grid/regimen), Chai.js-based expectations for item/block consumption
116117

0 commit comments

Comments
 (0)