FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · ignaciofuentes/JavaScriptServices · GitHub
ignaciofuentes
/
JavaScriptServices
Public
forked from
aspnet/JavaScriptServices
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jun 7, 2017
Merge branch 'rel/2.0.0-preview2' into dev
SteveSandersonMS
committed
d8c0bd8
View commit details
Copy full SHA for d8c0bd8
Browse repository at this point
Clean up dependencies.props
SteveSandersonMS
committed
5127a74
View commit details
Copy full SHA for 5127a74
Browse repository at this point
Remove redundant explicit SpaServices references from templates now it's on the .All metapackage anyway
SteveSandersonMS
committed
e38399f
View commit details
Copy full SHA for e38399f
Browse repository at this point
Update samples to target both netcoreapp2.0 and net461
SteveSandersonMS
committed
045c05f
View commit details
Copy full SHA for 045c05f
Browse repository at this point
Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading.
SteveSandersonMS
committed
b444831
View commit details
Copy full SHA for b444831
Browse repository at this point
Move core packages to netstandard2.0
SteveSandersonMS
committed
2aaceaa
View commit details
Copy full SHA for 2aaceaa
Browse repository at this point
Stop doing NPM restores during CI builds, as the result isn't used anyway
SteveSandersonMS
committed
1c5bd98
View commit details
Copy full SHA for 1c5bd98
Browse repository at this point
Commits on Jun 5, 2017
Update README.md
Show description for 0626bb1
Josef Ottosson
authored and
SteveSandersonMS
committed
0626bb1
View commit details
Copy full SHA for 0626bb1
Browse repository at this point
Commits on Jun 1, 2017
Updating versions to preview3
pranavkm
committed
d9e75c8
View commit details
Copy full SHA for d9e75c8
Browse repository at this point
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
pranavkm
committed
ebe9d8a
View commit details
Copy full SHA for ebe9d8a
Browse repository at this point
Updating build scripts to point to 2.0.0-preview2 KoreBuild
pranavkm
committed
dbdc81a
View commit details
Copy full SHA for dbdc81a
Browse repository at this point
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
pranavkm
committed
d42cd10
View commit details
Copy full SHA for d42cd10
Browse repository at this point
Branching for rel/2.0.0-preview2
pranavkm
committed
8a1d64c
View commit details
Copy full SHA for 8a1d64c
Browse repository at this point
Commits on May 29, 2017
Updated to use the latest shared runtime
kichalla
committed
087183e
View commit details
Copy full SHA for 087183e
Browse repository at this point
Commits on May 28, 2017
Remove unused usings
pranavkm
committed
9b131ea
View commit details
Copy full SHA for 9b131ea
Browse repository at this point
Commits on May 25, 2017
Change Microsoft.DotNet.Web.Spa.ProjectTemplates to use 1.0.0-preview-* version numbers since the first release will be 1.0.0
SteveSandersonMS
committed
75fd215
View commit details
Copy full SHA for 75fd215
Browse repository at this point
Pad build numbers so that alpha-sort produces correct ordering
SteveSandersonMS
committed
38997c3
View commit details
Copy full SHA for 38997c3
Browse repository at this point
Stop "dotnet new" from stripping out important parts of .csproj files
SteveSandersonMS
committed
bee4c6f
View commit details
Copy full SHA for bee4c6f
Browse repository at this point
Make template package version numbers more descriptive
SteveSandersonMS
committed
cc85930
View commit details
Copy full SHA for cc85930
Browse repository at this point
Stop including prebuilt .js bundles with template packages, since they are now generated on first build
SteveSandersonMS
committed
4451222
View commit details
Copy full SHA for 4451222
Browse repository at this point
Make templates auto-run webpack on Debug build if wwwroot/dist is not already present
SteveSandersonMS
committed
a2bde75
View commit details
Copy full SHA for a2bde75
Browse repository at this point
Commits on May 24, 2017
Fix Node debugging by catching warning
novascreen
authored and
SteveSandersonMS
committed
c592282
View commit details
Copy full SHA for c592282
Browse repository at this point
Change template description to be consistent with others in 2.0
SteveSandersonMS
committed
b86e9f9
View commit details
Copy full SHA for b86e9f9
Browse repository at this point
Add --silent to npm install command in CI. Fixes #972 (at least, to the extent that fixing it is reasonably possible)
SteveSandersonMS
committed
970dc6c
View commit details
Copy full SHA for 970dc6c
Browse repository at this point
Split out built-in templates into new package Microsoft.DotNet.Web.Spa.ProjectTemplates
SteveSandersonMS
committed
6baa2fa
View commit details
Copy full SHA for 6baa2fa
Browse repository at this point
Commits on May 23, 2017
Remove global.json files from templates for consistency with stock MVC template.
SteveSandersonMS
committed
918e7ed
View commit details
Copy full SHA for 918e7ed
Browse repository at this point
Change "dotnet new" config choices to reference netcoreapp2.0 (not that it makes a difference when it's the only choice)
SteveSandersonMS
committed
e1c90b3
View commit details
Copy full SHA for e1c90b3
Browse repository at this point
Fix "dotnet new" postAction issues (and disable the "npm install" action)
SteveSandersonMS
committed
b9e62cd
View commit details
Copy full SHA for b9e62cd
Browse repository at this point
Make quotes consistent
SteveSandersonMS
committed
ad9cfbb
View commit details
Copy full SHA for ad9cfbb
Browse repository at this point
Add postActions to "dotnet new" templates
SteveSandersonMS
committed
941ae9a
View commit details
Copy full SHA for 941ae9a
Browse repository at this point
Commits on May 22, 2017
Generate Documentation files
ryanbrandenburg
authored and
SteveSandersonMS
committed
3645ae6
View commit details
Copy full SHA for 3645ae6
Browse repository at this point
Commits on May 19, 2017
Remove build reference cycle caused by samples
SteveSandersonMS
committed
ad645cb
View commit details
Copy full SHA for ad645cb
Browse repository at this point
Add workaround for 'publish' tests failing since 2.0 update
SteveSandersonMS
committed
d5483f3
View commit details
Copy full SHA for d5483f3
Browse repository at this point
Update templates' SpaServices dependency to 2.0.0-*
SteveSandersonMS
committed
a451287
View commit details
Copy full SHA for a451287
Browse repository at this point
Put back <IsPackable>false</IsPackable> on template csproj files
SteveSandersonMS
committed
9e59ed4
View commit details
Copy full SHA for 9e59ed4
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL