Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/packages/jQuery.UI.Combined.1.8.24/Tools/install.ps1 @ 11316

Last change on this file since 11316 was 9604, checked in by pfleck, 12 years ago

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 332 bytes
RevLine 
[9604]1param($installPath, $toolsPath, $package, $project)
2
3. (Join-Path $toolsPath common.ps1)
4
5if ($scriptsFolderProjectItem -eq $null) {
6    # No Scripts folder
7    Write-Host "No Scripts folder found"
8    exit
9}
10
11# Update the _references.js file
12AddOrUpdate-Reference $scriptsFolderProjectItem $juiFileNameRegEx $juiFileName
Note: See TracBrowser for help on using the repository browser.