merge
This commit is contained in:
parent
ce78fc421e
commit
18b605cd00
117 changed files with 174182 additions and 0 deletions
12
WebsitePanel/Sources/packages/Modernizr.2.8.3/Tools/install.ps1
vendored
Normal file
12
WebsitePanel/Sources/packages/Modernizr.2.8.3/Tools/install.ps1
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue