You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
344 B

10 years ago
  1. param($installPath, $toolsPath, $package, $project)
  2. . (Join-Path $toolsPath common.ps1)
  3. if ($scriptsFolderProjectItem -eq $null) {
  4. # No Scripts folder
  5. Write-Host "No Scripts folder found"
  6. exit
  7. }
  8. # Update the _references.js file
  9. AddOrUpdate-Reference $scriptsFolderProjectItem $modernizrFileNameRegEx $modernizrFileName