Benjamin Cabanes
|
6f103ac6ff
|
docs(guide): fix jest logo (#1143)
* docs(guide): fix jest logo
* docs(readme): update nx logo
|
2019-03-07 13:23:11 -05:00 |
|
Benjamin Cabanes
|
5d990308f1
|
chore(package): add nx homepage (#1133)
|
2019-03-05 09:13:15 -05:00 |
|
Emilio Martinez
|
598cedb89f
|
refactor(schematics): strongly type cypress pluginsFile params (#1127)
|
2019-03-04 20:02:32 -05:00 |
|
Victor Savkin
|
a4c9b28056
|
docs(nx): fixed an issue with the tutorial
|
2019-03-04 16:07:53 -05:00 |
|
Victor Savkin
|
de6b157a96
|
docs(nx): fix tutorial separators
|
2019-03-04 13:31:11 -05:00 |
|
ben
|
ea1caa1c79
|
feat(tools): update documentation template
|
2019-03-04 11:24:59 -05:00 |
|
Victor Savkin
|
63691ec450
|
fix(nx): only add angular deps when generating angular apps
|
2019-03-03 13:19:19 -05:00 |
|
Victor Savkin
|
ea9d73bdbd
|
fix(nx): fix broken publish script
|
2019-03-03 10:33:30 -05:00 |
|
Jason Jean
|
b4b38d12d8
|
fix(nx): small fixes
|
2019-03-03 09:12:53 -05:00 |
|
Victor Savkin
|
9ef7606b3e
|
feat(nx): empty workspace should start with no dependencies
|
2019-03-03 09:12:53 -05:00 |
|
Victor Savkin
|
b81e767300
|
feat(nx): add presets for web components and react
|
2019-03-03 09:12:53 -05:00 |
|
Jason Jean
|
3bad40ea65
|
feat(nx): support no framework apps
|
2019-03-02 12:03:30 -05:00 |
|
Victor Savkin
|
24f31d1495
|
feat(nx): add create-nx-workspace package to simplify workspace creation
|
2019-03-01 22:04:01 -05:00 |
|
Victor Savkin
|
8d382a8aad
|
fix(angular): update app.component.ts to point to nx.dev
|
2019-03-01 16:31:20 -05:00 |
|
Victor Savkin
|
67b68e34e2
|
feat(angular): update readme
|
2019-02-28 16:53:41 -05:00 |
|
Victor Savkin
|
a063168a82
|
docs(nx): add an intro tutorial
|
2019-02-28 13:53:43 -05:00 |
|
ben
|
3eede56891
|
fix(scripts): documentation file names generation
|
2019-02-28 11:16:03 -05:00 |
|
Karl Merkli
|
19e90f8b5f
|
fix(docs): typo in nx workspace without npx (#1113)
|
2019-02-28 00:40:18 -05:00 |
|
Victor Savkin
|
eabcb96db0
|
feat(nx): update docs
|
2019-02-26 10:26:27 -05:00 |
|
Victor Savkin
|
7f2c16f3a3
|
feat(nx): add presets to simplify the creation of workspaces with angular and fullstack apps
|
2019-02-25 14:28:36 -05:00 |
|
Jason Jean
|
a6fd16d00e
|
fix(nx): lock version during update
|
2019-02-22 18:04:24 -05:00 |
|
Victor Savkin
|
759d4f929e
|
fix(nx): pin cli version
|
2019-02-22 18:04:24 -05:00 |
|
Victor Savkin
|
d8c2967404
|
docs(nx): misc docs fixes
|
2019-02-22 13:57:14 -05:00 |
|
Victor Savkin
|
f0629d4649
|
docs(nx): fix links
|
2019-02-22 12:22:29 -05:00 |
|
Victor Savkin
|
f5852293c2
|
docs(nx): add about doc page
|
2019-02-22 10:10:15 -05:00 |
|
Benjamin Cabanes
|
ca5cec638b
|
fix(doc): getting started video sizes (#1097)
Update the height of some video to fit the default ratio of the documentation website.
|
2019-02-22 09:03:26 -05:00 |
|
ben
|
8af7650c07
|
doc(images): fix size to 250px
|
2019-02-21 13:08:42 -05:00 |
|
Victor Savkin
|
a0670f6795
|
Release 7.6.0
|
2019-02-21 08:19:55 -05:00 |
|
Victor Savkin
|
697f68e883
|
fix(docs): update README
|
2019-02-21 08:18:16 -05:00 |
|
Victor Savkin
|
f22fccf413
|
fix(nx): misc docs changes
|
2019-02-20 16:07:58 -05:00 |
|
Victor Savkin
|
b6efb0c090
|
docs(nx): add resources to map.json
|
2019-02-20 12:11:03 -05:00 |
|
Victor Savkin
|
96b67bd3c1
|
docs(nx): misc docs changes
|
2019-02-20 11:53:54 -05:00 |
|
Victor Savkin
|
35498d13bf
|
fix(nx): remove --yarn flag
|
2019-02-19 15:28:24 -05:00 |
|
Jason Jean
|
f6224ffca5
|
feat(schematics): update to angular cli 7.3.0
|
2019-02-19 15:25:39 -05:00 |
|
ZachJW34
|
dd52f3cdca
|
fix(nx): filter non-existing files during format (#1087)
Formatting of uncommitted files errors when the only change is the deletion of files. Checking if
the file exists before writing solves this issue.
|
2019-02-19 12:40:57 -05:00 |
|
Victor Savkin
|
36b8ff9c94
|
feat(frontend): generate NxModule only when generating NgRx
|
2019-02-16 22:42:49 -05:00 |
|
Victor Savkin
|
ddf7afb219
|
fix(build): do not cache node_modules
|
2019-02-16 19:55:22 -05:00 |
|
Victor Savkin
|
c2fc63d9c8
|
feat(node): set externalDependencies to none for production builds
|
2019-02-16 19:37:48 -05:00 |
|
Victor Savkin
|
6a78791aeb
|
fix(angular): fix protractor and cypress related issues
|
2019-02-16 19:36:54 -05:00 |
|
Jason Jean
|
656c88c40a
|
feat(nx): add tslint vscode plugin
|
2019-02-16 18:57:58 -05:00 |
|
Jason Jean
|
a38e489943
|
chore(nx): update license year to 2019
|
2019-02-15 14:31:22 -05:00 |
|
Benjamin Cabanes
|
4325784369
|
doc(project): update readme file links (#1076)
|
2019-02-15 10:33:16 -05:00 |
|
ben
|
47eeefd478
|
doc(fundamentals): treeview markdown
|
2019-02-13 15:49:21 -05:00 |
|
ben
|
667e1a3619
|
doc(getting-started): treeview markdown
|
2019-02-13 15:49:14 -05:00 |
|
ben
|
b1d008279b
|
doc(guides): treeview markdown
|
2019-02-13 15:49:07 -05:00 |
|
Victor Savkin
|
03992c7de1
|
feat(nx): switch defaults to jest, cypress, and nest
|
2019-02-13 10:35:32 -05:00 |
|
Jason Jean
|
328aaab67a
|
enhancement(schematics): include path in json parsing error message (#1048)
|
2019-02-12 12:43:21 -05:00 |
|
Benjamin Cabanes
|
0bbcacd954
|
ci(travis): documentation check changes (#1062)
Essentially checking if the `yarn documentation` produces un-staged
files, if yes, then exiting with code 1.
|
2019-02-12 12:43:02 -05:00 |
|
Benjamin Cabanes
|
6b49e5f942
|
chore(readme): update banner to connect event (#1071)
|
2019-02-12 10:13:00 -05:00 |
|
Benjamin Cabanes
|
35c4089160
|
chore(prettier): add end of line settings (#1070)
Remove `dos2unix` uses in the `format` command because Pretter is now
handling the end of line options.
|
2019-02-12 10:11:57 -05:00 |
|