Browse Source

Used reference files' paths from libman tree

pull/735/head
rafsanulhasan 6 years ago
parent
commit
d6c9923b08
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/Web/WebMVC/wwwroot/_references.js

+ 3
- 3
src/Web/WebMVC/wwwroot/_references.js View File

@ -1,6 +1,6 @@
/// <autosync enabled="true" />
/// <reference path="js/site.js" />
/// <reference path="lib/jquery/dist/jquery.js" />
/// <reference path="lib/jquery-validation/dist/jquery.validate.js" />
/// <reference path="lib/jquery/jquery.js" />
/// <reference path="lib/jquery-validation/jquery.validate.js" />
/// <reference path="lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" />
/// <reference path="lib/tether/dist/js/tether.js" />
/// <reference path="lib/tether/js/tether.js" />

Loading…
Cancel
Save