This commit is contained in:
dev_amdtel 2015-01-09 14:12:07 +04:00
parent ce78fc421e
commit 18b605cd00
117 changed files with 174182 additions and 0 deletions

View file

@ -0,0 +1,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