Files
Samuele E. Locatelli d13fc16ef2 v 2.4.232
tutto update pacchetti effettuati (jQuery, bootstrap, ...)
2015-10-19 18:12:49 +02:00

12 lines
321 B
PowerShell

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 $juiFileNameRegEx $juiFileName