Commit Graph

  • 996216c751 Tell aurelia-webpack-plugin to filter the set of dependencies it auto-imports. Note that this will have no effect until the next version of aurelia-webpack-plugin is published to NPM. SteveSandersonMS 2016-10-28 15:13:11 +01:00
  • 6bceb234d8 In AureliaSpa, use whatwg-fetch to provide type info SteveSandersonMS 2016-10-28 15:11:25 +01:00
  • acfb253a40 Change AureliaSpa to use vendor bundle like the other templates SteveSandersonMS 2016-10-28 14:51:12 +01:00
  • 3087352ea1 Simplify AureliaSpa's webpack.config.js SteveSandersonMS 2016-10-28 11:40:32 +01:00
  • e60ea04f86 Add AureliaSpa template (#398) kmkatsma 2016-10-28 11:16:21 +01:00
  • 867e60d7fd Take dependency on newer webpack-dev-middleware because it fixes ambiguities in path handling SteveSandersonMS 2016-10-28 10:56:19 +01:00
  • 8cf116bca8 Switch back to regular KoreBuild now it's updated SteveSandersonMS 2016-10-24 16:29:28 +01:00
  • 3dc9ac979c Add docs note about TypeScriptCompileBlocked as requested in #399 SteveSandersonMS 2016-10-24 10:26:00 +01:00
  • bf71e3e71c Publish updated generator-aspnetcore-spa SteveSandersonMS 2016-10-24 10:09:58 +01:00
  • c140b5014a Fix WebApplicationBasic config SteveSandersonMS 2016-10-24 10:08:14 +01:00
  • de9460fba5 Update KO template type dependencies. Fixes #397. SteveSandersonMS 2016-10-24 10:06:26 +01:00
  • d858c09b7b Minor doc tweaks SteveSandersonMS 2016-10-21 15:17:28 +01:00
  • ca6acc807d Attempt to fix headings in docs SteveSandersonMS 2016-10-21 15:12:50 +01:00
  • 8285bb0c74 Some extra links in docs SteveSandersonMS 2016-10-21 15:10:30 +01:00
  • 75abf1a2ab Add docs about debugging SteveSandersonMS 2016-10-21 15:09:04 +01:00
  • a427d5f0f0 Fix source map generation in projects that also use ExtractTextPlugin SteveSandersonMS 2016-10-21 13:53:34 +01:00
  • 6b60cdae77 Example of adding angular2-materialize in response for #394 angular2-materialize-example SteveSandersonMS 2016-10-21 11:35:43 +01:00
  • e0c18ab269 Publish updated Yeoman generators SteveSandersonMS 2016-10-21 10:52:10 +01:00
  • f20ad391b6 Change ReactReduxSpa template to require redux-typed 2.0.0 (because the template uses TS 2.0 compiler) SteveSandersonMS 2016-10-21 10:39:22 +01:00
  • 496338ccca Publish redux-typed 2.0.0 which depends on TypeScript 2.0 for usage (its .d.ts files use the "/// <reference types="..." />" syntax) SteveSandersonMS 2016-10-21 10:37:05 +01:00
  • d7783ca707 Publish redux-typed 1.0.2 which is identical to 1.0.0 (to fix the breaking change in 1.0.1, i.e., dependency on TypeScript 2.0 compiler) redux-typed-1-x SteveSandersonMS 2016-10-21 10:32:26 +01:00
  • 973668289b Revert "Update redux-typed to use TS 2.0 and @types" SteveSandersonMS 2016-10-21 10:30:56 +01:00
  • 0615578d9a Switch from inline to external source maps. This avoids several problems with inline source maps in VS 2015 (at least as of Update 3). SteveSandersonMS 2016-10-21 10:10:20 +01:00
  • 8c766c0382 Remove deprecated SourceMapDevToolPlugin (can use Webpack's built-in one with external source maps) SteveSandersonMS 2016-10-21 09:22:35 +01:00
  • 85b8f033da Temporarily use modified build system to see if it fixes CI issues. Also remove earlier attempted workaround. SteveSandersonMS 2016-10-17 21:58:31 +01:00
  • 6f44227917 Attempt to fix CI build issues SteveSandersonMS 2016-10-17 19:35:28 +01:00
  • 3760d3724d removing usage of deprecated httpPlatformHandler Mike Mazmanyan 2016-10-14 10:26:08 -04:00
  • 99bf212cce Make aspnet-webpack resilient against Webpack configs with nonstring entrypoints. Fixes #376. SteveSandersonMS 2016-10-17 11:41:23 +01:00
  • 418255e148 Exclude node_modules from .NET compilation. Fixes #378. SteveSandersonMS 2016-10-17 11:33:57 +01:00
  • f6d7321243 Update remaining templates to TypeScript 2 / @types / etc. Mark Pieszak 2016-10-17 09:59:13 +01:00
  • a7ed0112db Publish redux-typed 1.0.1 SteveSandersonMS 2016-10-17 10:49:42 +01:00
  • f26068b62b Temporarily disable use of SourceMapDevToolPlugin wrapper as it might be possible to remove it shortly SteveSandersonMS 2016-10-11 19:04:17 +01:00
  • 1543595c01 Correct Windows path handling in new aspnet-webpack feature SteveSandersonMS 2016-10-11 18:11:47 +01:00
  • 3d77a21bc6 Publishing updated generator-aspnetcore-spa SteveSandersonMS 2016-10-11 17:17:08 +01:00
  • ae0ffd4d11 Update package-builder to TS 2.0 and @types SteveSandersonMS 2016-10-11 17:15:13 +01:00
  • 0289f73a96 Fix the deployment issue caused by incorrectly referencing 'webpack-externals-plugin' when it should be 'webpack-node-externals' SteveSandersonMS 2016-10-11 16:58:38 +01:00
  • 6a9b7accce Update Dockerfiles to use Node 4.x (was using 0.x). Fixes #373 SteveSandersonMS 2016-10-11 16:50:03 +01:00
  • a6d959b783 Publish updated aspnet-webpack SteveSandersonMS 2016-10-11 16:12:27 +01:00
  • 30a694450c Make source maps compatible with VS/VSCode debugging (fix file paths, and strip out the "charset=utf-8;" segments from inline sourceMappingURLs) SteveSandersonMS 2016-10-11 16:11:12 +01:00
  • d20a72b812 In webpack dev middleware, after compilation, also write updated files to disk. This is needed for VS/VSCode debugger compatibility. SteveSandersonMS 2016-10-11 15:54:59 +01:00
  • 24773c8aa4 In aspnet-webpack, provide a SourceMapDevToolPlugin wrapper that strips out "charset=utf-8;" from inline source map URLs to enable VS debugger compatibility SteveSandersonMS 2016-10-11 15:54:14 +01:00
  • 6c645879a8 Publish updated aspnet-webpack SteveSandersonMS 2016-10-10 13:20:54 +01:00
  • d5055dbaf3 Make the fix for #365 not be a breaking change (at least, for the considerable majority of aspnet-webpack users) SteveSandersonMS 2016-10-10 12:36:52 +01:00
  • 3568476cca aspnet-webpack auto-loads 'event-source-polyfill' on client when HMR is enabled. This requires 'event-source-polyfill' to be included in the client-side bundle, so it's also now added to all the templates' vendor bundles. Fixes #365. SteveSandersonMS 2016-10-10 12:24:07 +01:00
  • 93779a5e46 aspnet-webpack configures HMR to point directly to http://localhost:<port>/__webpack_hmr instead of proxying via /__webpack_hmr. This is because IE/Edge doesn't honour CORS headers properly following redirects (returns "Network Error 0x80004004"). This could be avoided if we could reverse-proxy to __webpack_hmr (waiting for https://github.com/aspnet/KestrelHttpServer/issues/1139) SteveSandersonMS 2016-10-10 12:00:56 +01:00
  • 4fc1d60d67 Remove cancellationToken parameter as the method is no longer async Brad Christensen 2016-09-16 18:57:48 +12:00
  • 1d76284e25 Serialize node invocationInfo JSON directly to stream to avoid running out of memory Brad Christensen 2016-09-16 18:45:44 +12:00
  • c33b227331 Update redux-typed to use TS 2.0 and @types SteveSandersonMS 2016-10-05 14:37:13 +01:00
  • 02315b41c0 Update angular2-aspnet to use TS 2.0 and @types SteveSandersonMS 2016-10-05 14:34:29 +01:00
  • 4e291130a0 Update domain-task to use TS 2.0 and @types SteveSandersonMS 2016-10-05 14:30:22 +01:00
  • 7f257e86e3 Update aspnet-webpack-react to use TS 2.0 and @types SteveSandersonMS 2016-10-05 14:12:01 +01:00
  • 5c0505440d Update aspnet-webpack to use TS 2.0 and @types SteveSandersonMS 2016-10-05 14:07:25 +01:00
  • f13c2595b8 Update aspnet-prerendering to use TS 2.0 and @types SteveSandersonMS 2016-10-05 13:55:00 +01:00
  • bc42e598f9 Update NodeServices TypeScript compilation to use @types SteveSandersonMS 2016-10-05 13:29:00 +01:00
  • a0ebab1f28 Update Dockerfile Korneel 2016-10-03 15:00:08 +02:00
  • ff396377b9 Fix some issues when building with Korebuild. Also make it build the project templates. SteveSandersonMS 2016-10-05 10:59:24 +01:00
  • 81d96766ee domain-task also needs TypeScript 2+ because of whatwg-streams SteveSandersonMS 2016-10-05 10:22:20 +01:00
  • 17801a3c16 aspnet-prerendering now needs newer TypeScript to build, because on of its dependencies (whatwg-streams) does SteveSandersonMS 2016-10-05 10:20:08 +01:00
  • 0234b44355 In build scripts, use local rimraf package SteveSandersonMS 2016-10-05 10:15:19 +01:00
  • 18e8b7101c In aspnet-webpack, allow webpack-hot-middleware/client to be added manually with options. Fixes #353 SteveSandersonMS 2016-10-04 11:36:10 +01:00
  • 6126c4d480 In Angular2Spa, move tsconfig.json back to root. Fixes #346. SteveSandersonMS 2016-10-04 11:11:58 +01:00
  • 53889c0fc1 Template updates as per Eilon's comments SteveSandersonMS 2016-09-29 12:05:29 +01:00
  • 5f070daac8 In KnockoutSpa template, fix handling clicks on descendants of A elements. Fixes #273. SteveSandersonMS 2016-09-29 11:04:22 +01:00
  • 3270e28b3d Slight clean-up in KnockoutSpa's boot code SteveSandersonMS 2016-09-29 10:58:41 +01:00
  • 42e88f7fc4 Keep a copy of the NuGet binary in the repo, as it's needed for building the dotnetnew templates SteveSandersonMS 2016-09-29 10:20:13 +01:00
  • 8968a24041 Publishing updated generator-aspnetcore-spa package SteveSandersonMS 2016-09-29 10:17:22 +01:00
  • 0a961a7bd0 Updated ReactReduxSpa template to match current patterns SteveSandersonMS 2016-09-28 17:43:22 +01:00
  • a9ce762827 Update project.json in KnockoutSpa and ReactSpa SteveSandersonMS 2016-09-28 16:28:22 +01:00
  • 0d34dba4fd In ReactSpa, fix HMR warning and correctly minify React for production SteveSandersonMS 2016-09-28 15:25:15 +01:00
  • 808592d3a0 Update ReactSpa template to match current patterns SteveSandersonMS 2016-09-28 15:07:17 +01:00
  • d1228dc26a Update KnockoutSpa template to match current patterns SteveSandersonMS 2016-09-28 15:04:54 +01:00
  • 09b4135217 Further workarounds for https://github.com/dotnet/cli/issues/1396 SteveSandersonMS 2016-09-28 13:12:59 +01:00
  • 9bd9444485 In Angular2Spa, put all NPM dependencies under "dependencies", not "devDependencies" (otherwise, if someone tries to publish while NODE_ENV=production, the build will fail) SteveSandersonMS 2016-09-28 12:46:30 +01:00
  • 4937fef28f Publish updated version of generator-aspnetcore-spa SteveSandersonMS 2016-09-28 12:19:50 +01:00
  • cff75c6893 Example of using PrimeNG primeng-example SteveSandersonMS 2016-09-28 11:30:34 +01:00
  • 135e264ae2 Example of adding font-awesome font-awesome-example SteveSandersonMS 2016-09-28 11:02:04 +01:00
  • e87aa1f088 Change Angular2Spa template to build server (prerendering) bundle explicitly. This simplifies deployment, fixes various compatibility issues (like #306) and makes debugging much easier for developers using the template. SteveSandersonMS 2016-09-28 10:55:45 +01:00
  • 30dfe5e8b5 In Angular2Spa webpack config, use "--env.prod" arg to trigger prod builds instead of ASPNETCORE_ENVIRONMENT env var. This is to guarantee production mode when publishing. SteveSandersonMS 2016-09-27 11:46:43 +01:00
  • 46966322b7 In LoadViaWebpack, account for CSS/font/etc files referenced with URLs that have a querystring. Fixes #335. SteveSandersonMS 2016-09-28 09:57:46 +01:00
  • adf4732191 Make aspnet-webpack and SpaServices both back-compatible with older versions of the other, in case people don't upgrade both at the same time SteveSandersonMS 2016-09-27 19:11:52 +01:00
  • 7b227229b3 In Webpack dev middleware, for configs that target Node, just run a 'watch' compiler (since Node isn't going to fetch the modules via HTTP anyway) SteveSandersonMS 2016-09-27 17:51:56 +01:00
  • 2241c55a90 Support for array-style webpack configs in aspnet-webpack. Fixes #291. SteveSandersonMS 2016-09-27 15:45:21 +01:00
  • 85eba9ca27 Add README.md for generator-aspnetcore-spa. Fixes #308. SteveSandersonMS 2016-09-27 11:05:01 +01:00
  • 46906e4ea8 Add repo info to package.json in all NPM packages hosted in this repo SteveSandersonMS 2016-09-27 11:00:41 +01:00
  • 57265509f7 Rebuild entrypoint-socket.js SteveSandersonMS 2016-09-27 10:47:14 +01:00
  • 7e88903bcc Fix Node event chaining in VirtualConnectionServer to work with latest NPM libraries. Fixes #331. SteveSandersonMS 2016-09-27 10:28:50 +01:00
  • 67fc64309f Update Angular 2 Music Store sample to declare dependency on .NET Core 1.0.1 SteveSandersonMS 2016-09-27 10:28:01 +01:00
  • 5a9d3cb189 Update readme to mention dependency on .NET Core 1.0.1 SteveSandersonMS 2016-09-27 10:13:03 +01:00
  • f79936c104 In Angular2Spa webpack config, allow html/css files from node_modules to be loaded via Webpack. SteveSandersonMS 2016-09-27 10:03:54 +01:00
  • e8594287db In aspnet-webpack, make sure that webpack-externals-plugin doesn't treat non-JS files as external. Fixes #332. SteveSandersonMS 2016-09-27 09:59:51 +01:00
  • b55e444a55 Also print CWD in node 'require' error reports SteveSandersonMS 2016-09-21 11:43:12 +01:00
  • 9aaa519044 Bump Yeoman package version to 0.3.0 SteveSandersonMS 2016-09-21 11:22:01 +01:00
  • f9807c546d In SpaServices NuGet package, pass through error stack when NPM modules fail to load SteveSandersonMS 2016-09-21 11:11:24 +01:00
  • 232e908ce8 Pass through error stack when NPM module loading failed in aspnet-webpack and aspnet-prerendering to make debugging easier SteveSandersonMS 2016-09-21 11:08:04 +01:00
  • 5214a553a7 In Angular2Spa, server-side rendering now reports all errors SteveSandersonMS 2016-09-21 09:29:13 +01:00
  • 2ba5a0ac93 As per #325, reference module.hot directly instead of via a local var, because Webpack does static analysis that looks for this SteveSandersonMS 2016-09-20 16:51:50 +01:00
  • 925f47fece In Angular2Spa, use css-loader so you can reference external images from CSS files, etc. SteveSandersonMS 2016-09-20 16:13:25 +01:00
  • 80343e9f17 In aspnet-webpack, replace ExternalsPlugin with webpack-node-externals because of #132 SteveSandersonMS 2016-09-20 15:41:06 +01:00
  • f7ef36bc74 Remove redundant section of docs SteveSandersonMS 2016-09-20 11:00:48 +01:00
  • 50be444440 Update docs to describe using LESS with Angular 2 component styling SteveSandersonMS 2016-09-20 10:57:17 +01:00