Skip to content

Commit 3f461da

Browse files
authored
Add Ember.js to build config table (#691)
1 parent 2e00a5b commit 3f461da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

products/pages/src/content/platform/build-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Below are some standard build commands and directories for popular frameworks an
1616
| Brunch | `brunch build --production` | `public` |
1717
| Docusaurus | `npm run build` | `build` |
1818
| Eleventy | `eleventy` | `_site` |
19+
| Ember.js | `ember build` | `dist` |
1920
| Gatsby | `gatsby build` | `public` |
2021
| GitBook | `gitbook build` | `_book` |
2122
| Gridsome | `gridsome build` | `dist` |

0 commit comments

Comments
 (0)