Skip to content

Commit

Permalink
Merge pull request #22 from joeaudette/netcore-rtm-migration
Browse files Browse the repository at this point in the history
migrate to rtm
  • Loading branch information
joeaudette authored Jun 28, 2016
2 parents 2672571 + fe8ce66 commit 19a2fdc
Show file tree
Hide file tree
Showing 8 changed files with 127 additions and 335 deletions.
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-preview1-002702"
}
"sdk": {
"version": "1.0.0-preview2-003121"
}
}
187 changes: 0 additions & 187 deletions src/PagingDemo.Web/Project_Readme.html

This file was deleted.

24 changes: 24 additions & 0 deletions src/PagingDemo.Web/bundleconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// Configure bundling and minification for the project.
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
[
{
"outputFileName": "wwwroot/css/site.min.css",
// An array of relative input file paths. Globbing patterns supported
"inputFiles": [
"wwwroot/css/site.css"
]
},
{
"outputFileName": "wwwroot/js/site.min.js",
"inputFiles": [
"wwwroot/js/site.js"
],
// Optionally specify minification options
"minify": {
"enabled": true,
"renameLocals": true
},
// Optinally generate .map file
"sourceMap": false
}
]
45 changes: 0 additions & 45 deletions src/PagingDemo.Web/gulpfile.js

This file was deleted.

Loading

0 comments on commit 19a2fdc

Please sign in to comment.