Browse Source
Merge pull request #944 from mvelosop/fix/changed-js-files-webmvc-project
Include files rebuilt by bundling and minification upon opening VS
pull/942/head
Miguel Veloso
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
3473 deletions
-
.gitignore
-
src/Web/WebMVC/wwwroot/js/site.js
-
src/Web/WebMVC/wwwroot/js/site.min.js
|
|
@ -25,6 +25,10 @@ bld/ |
|
|
|
|
|
|
|
# Visual Studio 2015 cache/options directory |
|
|
|
.vs/ |
|
|
|
|
|
|
|
# Files created by bundling and minification on startup |
|
|
|
src/Web/WebMVC/wwwroot/js/site* |
|
|
|
|
|
|
|
# Uncomment if you have tasks that create the project's static files in wwwroot |
|
|
|
**/wwwroot/lib/ |
|
|
|
!/wwwroot/lib/signalr |
|
|
|