Released windows auth, connect to ES.Services.
This commit is contained in:
parent
2569e55609
commit
d29c347ff4
294 changed files with 329583 additions and 2315 deletions
12
WebsitePanel/Sources/packages/Modernizr.2.8.3/Tools/install.ps1
vendored
Normal file
12
WebsitePanel/Sources/packages/Modernizr.2.8.3/Tools/install.ps1
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
param($installPath, $toolsPath, $package, $project)
|
||||
|
||||
. (Join-Path $toolsPath common.ps1)
|
||||
|
||||
if ($scriptsFolderProjectItem -eq $null) {
|
||||
# No Scripts folder
|
||||
Write-Host "No Scripts folder found"
|
||||
exit
|
||||
}
|
||||
|
||||
# Update the _references.js file
|
||||
AddOrUpdate-Reference $scriptsFolderProjectItem $modernizrFileNameRegEx $modernizrFileName
|
Loading…
Add table
Add a link
Reference in a new issue