6 lines
189 B
PowerShell
6 lines
189 B
PowerShell
|
param($installPath, $toolsPath, $package, $project)
|
||
|
|
||
|
. (Join-Path $toolsPath common.ps1)
|
||
|
|
||
|
# Update the _references.js file
|
||
|
Remove-Reference $scriptsFolderProjectItem $modernizrFileNameRegEx
|