南骏 池
2025-06-02 2f1f5f0c98b8495127ec7b6823906d525bf19e4b
1
2
3
4
5
6
7
8
9
10
11
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