xkrs_ms/WebApplication1/packages/Modernizr.2.8.3/Tools/install.ps1

12 lines
333 B
PowerShell
Raw Permalink Normal View History

2022-11-01 15:28:49 +08:00
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