stopping for now
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
Add [turbolink](https://github.com/rails/turbolinks) support to ASP.NET 5 applications
|
Add [turbolink](https://github.com/rails/turbolinks) support to ASP.NET 5 applications
|
||||||
|
|
||||||
This provides middlewear to add support for turbolinks. Simply add `app.UseTurboLinks();` and a build of turbolinks (one can be found in the wwwroot/js dir of the example project)
|
This provides middlewear to add support for turbolinks.
|
||||||
|
|
||||||
|
Simply add `app.UseTurboLinks();` and a build of the JavaScript turbolinks file (one can be found in the wwwroot/js dir of the example project)
|
||||||
|
|
||||||
|
|
||||||
## Why use turbolinks?
|
## Why use turbolinks?
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "TurboLinks.Net Class Library",
|
"description": "Add support for Turbolinks",
|
||||||
"authors": [ "Tommy Parnell" ],
|
"authors": [ "Tommy Parnell" ],
|
||||||
"tags": [ "TurboLinks Middlewear" ],
|
"tags": [ "TurboLinks Middlewear" ],
|
||||||
"projectUrl": "https://github.com/tparnell8/TurboLinks.Net",
|
"projectUrl": "https://github.com/tparnell8/TurboLinks.Net",
|
||||||
|
|||||||
Reference in New Issue
Block a user