Steve Sanderson
|
8da62b8565
|
Make AngularCliBuilder provide better information about timeouts
|
2017-11-22 15:06:45 +00:00 |
|
Steve Sanderson
|
39e6121937
|
Handle @angular/cli not accept requests immediately on startup
|
2017-11-17 14:58:22 +00:00 |
|
Steve Sanderson
|
c002937377
|
Add MSBuild targets to enable pushing to NuGet feed
|
2017-11-16 11:19:09 +00:00 |
|
Steve Sanderson
|
eb415b6282
|
Update Readme in OOB branch
|
2017-11-16 11:04:55 +00:00 |
|
Steve Sanderson
|
dcbe4b1c33
|
Remove sources for all packages except SpaServices.Extensions, since that's all this OOB release branch needs to build
|
2017-11-16 10:19:04 +00:00 |
|
Steve Sanderson
|
f2175e6c23
|
Remove all samples from SpaServices.Extensions OOB release branch, since we only want to build the one package
|
2017-11-16 10:17:14 +00:00 |
|
Steve Sanderson
|
064f43ab26
|
In this OOB-release branch, make SpaServices.Extensions depend on the existing published SpaServices v2.0.1
|
2017-11-16 10:12:38 +00:00 |
|
Steve Sanderson
|
685f7da091
|
Revert "Clean up how IHttpContextAccessor is added" because this API
only exists in 2.1.x, and this branch is for 2.0.1
This reverts commit e583a17ef8.
|
2017-11-16 10:07:42 +00:00 |
|
Steve Sanderson
|
e6309ba784
|
Begin rel/2.0.1-extensions branch for OOB release of SpaServices.Extensions package
|
2017-11-16 10:07:42 +00:00 |
|
Steve Sanderson
|
68c4620a55
|
Consider React dev server ready when it starts listening, not when (and if) it compiles successfully
|
2017-11-16 09:48:38 +00:00 |
|
Steve Sanderson
|
296435e40c
|
When capturing prerendering template, avoid problems with HTTP compression
|
2017-11-16 09:34:18 +00:00 |
|
Steve Sanderson
|
aeabbdcada
|
Stop create-react-app from opening an extra browser tab (pointed to the wrong port)
|
2017-11-13 12:51:18 +00:00 |
|
Steve Sanderson
|
96d7f85327
|
Add UseReactDevelopmentServer() middleware. Factor out common code.
|
2017-11-13 12:35:41 +00:00 |
|
Steve Sanderson
|
30333e250a
|
AddSpaStaticFiles/UseSpaStaticFiles APIs to clean up the React template (or other cases where SPA files are outside wwwroot)
|
2017-11-13 10:54:12 +00:00 |
|
Steve Sanderson
|
08002e961b
|
In WebpackDevMiddleware.ts, support loading Webpack config files with __esModule. Fixes #1378
|
2017-11-09 16:57:57 -08:00 |
|
Steve Sanderson
|
0c77224f46
|
Allow prerendering middleware to pass through non-prerendered responses (important when using dev middleware)
|
2017-11-09 10:44:30 -08:00 |
|
Steve Sanderson
|
a83ec3a053
|
ArgumentNullException -> ArgumentException
|
2017-11-09 10:30:52 -08:00 |
|
Steve Sanderson
|
a16343681b
|
Rename BuildOnDemand to BootModuleBuilder
|
2017-11-09 10:25:48 -08:00 |
|
Steve Sanderson
|
c8b337ebaa
|
Add new Microsoft.AspNetCore.SpaServices.Extensions package to host new runtime functionality needed for updated templates until 2.1 ships
|
2017-11-09 10:09:13 -08:00 |
|
Nate McMaster
|
7bf5516bb2
|
Update appveyor.yml to execute build.cmd and add nodejs as required toolset (#1372)
|
2017-11-03 15:54:23 -07:00 |
|
Nate McMaster
|
2d98a1808c
|
Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
|
2017-11-03 15:09:19 -07:00 |
|
Steve Sanderson
|
e583a17ef8
|
Clean up how IHttpContextAccessor is added
|
2017-10-23 15:13:33 +01:00 |
|
Ryan Brandenburg
|
ba0d82d801
|
Add RepositoryRoot
|
2017-10-23 14:52:02 +01:00 |
|
Ryan Brandenburg
|
e67a30132f
|
Update bootstrappers
|
2017-09-22 12:13:00 +01:00 |
|
Justin Kotalik
|
d51bef194c
|
Increase Minimum Version of Visual Studio to 15.3.0
|
2017-09-21 17:49:17 -07:00 |
|
Steve Sanderson
|
78436adb08
|
Update README.md
|
2017-09-07 13:54:03 +01:00 |
|
Steve Sanderson
|
09317b83a8
|
SPA templates have now moved to the aspnet/templating repo
|
2017-09-07 13:28:18 +01:00 |
|
Nate McMaster
|
a0269fb0ad
|
Use PackageLineup to manage PackageReference versions
|
2017-08-30 17:11:46 -07:00 |
|
Nate McMaster
|
64ed1c7945
|
Use Directory.Build.props/targets (#1235)
|
2017-08-30 14:48:58 -07:00 |
|
Steve Sanderson
|
04fe1204a9
|
Rename app.module.(server|browser).ts to app.(server|browser).module.ts. Fixes #1228.
|
2017-08-25 11:02:02 -07:00 |
|
Steve Sanderson
|
e2030fb1fa
|
Handle publicPath=/ in HMR. Fixes #1191.
|
2017-08-24 17:52:35 -07:00 |
|
Steve Sanderson
|
e5f1299239
|
Use devDependencies consistently in templates (no packages required in production, as webpack publish builds are standalone). Fixes #747
|
2017-08-24 15:31:34 -07:00 |
|
Steve Sanderson
|
c922eee1d6
|
Fix artifacts dir for test
|
2017-08-23 17:15:37 -07:00 |
|
Steve Sanderson
|
8b243e8cc7
|
Simplify build script further
|
2017-08-23 17:12:06 -07:00 |
|
Steve Sanderson
|
28920c7691
|
Simplify .gitignore
|
2017-08-23 16:57:43 -07:00 |
|
Steve Sanderson
|
412ec1b427
|
Build templates nupkgs directly from source without copying to staging location
|
2017-08-23 16:56:07 -07:00 |
|
Steve Sanderson
|
c62a3b491c
|
Fix templates directory structure to produce correct nupkg output
|
2017-08-23 16:38:16 -07:00 |
|
Steve Sanderson
|
559832bb6d
|
Remove dynamic content replacement from nuspec files
|
2017-08-23 15:41:09 -07:00 |
|
Steve Sanderson
|
45d645931b
|
Remove template build dynamic filename replacement. Working towards eliminating template build process completely.
|
2017-08-23 15:27:15 -07:00 |
|
Steve Sanderson
|
8d6119f31d
|
Remove the Yeoman-specific gitignore workaround
|
2017-08-23 15:04:04 -07:00 |
|
Steve Sanderson
|
0291686b20
|
Reorganize templates into dir structure matching 'dotnet new' templates
|
2017-08-23 14:58:49 -07:00 |
|
Steve Sanderson
|
7c52be5e42
|
Stop generating .template.config files dynamically. Convert them to plain files on disk.
|
2017-08-22 18:06:48 -07:00 |
|
Steve Sanderson
|
900e9ca835
|
Add deprecation notice to Yeoman package
|
2017-08-22 17:11:02 -07:00 |
|
Steve Sanderson
|
ad758b1060
|
Update AppVeyor config to remove Yeoman artifact reference
|
2017-08-22 16:20:25 -07:00 |
|
Steve Sanderson
|
cd9ad38a99
|
Run tests against 'dotnet new' output instead of Yeoman output
|
2017-08-22 16:13:34 -07:00 |
|
Steve Sanderson
|
e057cb35ec
|
Remove Yeoman from the template build process
|
2017-08-22 14:43:51 -07:00 |
|
Steve Sanderson
|
eea2066a6d
|
Remove Yeoman generator - replace it with deprecation notice.
|
2017-08-22 14:33:30 -07:00 |
|
Steve Sanderson
|
d6ae8829b6
|
In HMR, don't rely on default JsonSerializer settings. Fixes #688
|
2017-08-21 17:11:47 -07:00 |
|
Steve Sanderson
|
a94ac6f37e
|
For Redux dev tools, use newer __REDUX_DEVTOOLS_EXTENSION__ API. Fixes #1196
|
2017-08-21 16:48:30 -07:00 |
|
Steve Sanderson
|
a40adab38d
|
In non-ASP.NET apps, default project path to current working directory. Fixes #1100.
|
2017-08-21 16:40:59 -07:00 |
|