We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e00a5b commit 3f461daCopy full SHA for 3f461da
products/pages/src/content/platform/build-configuration.md
@@ -16,6 +16,7 @@ Below are some standard build commands and directories for popular frameworks an
16
| Brunch | `brunch build --production` | `public` |
17
| Docusaurus | `npm run build` | `build` |
18
| Eleventy | `eleventy` | `_site` |
19
+| Ember.js | `ember build` | `dist` |
20
| Gatsby | `gatsby build` | `public` |
21
| GitBook | `gitbook build` | `_book` |
22
| Gridsome | `gridsome build` | `dist` |
0 commit comments