Skip to content

Commit

Permalink
Grunt changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-inci committed Oct 21, 2015
1 parent 0c8f098 commit 16523a8
Show file tree
Hide file tree
Showing 28 changed files with 17 additions and 104,170 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ module.exports = function (grunt) {
cwd: name,
src: 'images/**',
dest: '<%= dirs.output.packages %>' + name
},
{
expand: true,
flatten: true,
src: 'lib/*.js',
dest: '<%= dirs.output.web %>' + name + '/sdk/scripts'
}
]
};
Expand All @@ -87,6 +93,7 @@ module.exports = function (grunt) {
newBaseUri: baseUri + '/' + (release ? release + '/' : "") + name
};
});

grunt.config('typescript', typeScriptConfig);
grunt.config('copy', copyConfig);
grunt.config('prepManifest', prepManifestConfig);
Expand Down
1,120 changes: 0 additions & 1,120 deletions branch-delete/sdk/scripts/VSS.SDK.js

This file was deleted.

2 changes: 1 addition & 1 deletion build-inspector/scripts/associatedItemContent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

import Utils_String = require("VSS/Utils/String");
import Controls = require("VSS/Controls");
Expand Down
2 changes: 1 addition & 1 deletion build-inspector/scripts/associatedItemsGrid.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

import Controls = require("VSS/Controls");
import TFS_Build_Contracts = require("TFS/Build/Contracts");
Expand Down
2 changes: 1 addition & 1 deletion build-inspector/scripts/associatedItemsTree.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

import Controls = require("VSS/Controls");
import TreeView = require("VSS/Controls/TreeView");
Expand Down
2 changes: 1 addition & 1 deletion build-inspector/scripts/associatedItemsView.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

import VSS_Host = require("VSS/Host");
import Controls = require("VSS/Controls");
Expand Down
2 changes: 1 addition & 1 deletion build-inspector/scripts/items.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

import AssociatedItemsView = require("scripts/associatedItemsView");
import TFS_Build_Contracts = require("TFS/Build/Contracts");
Expand Down
2 changes: 1 addition & 1 deletion build-inspector/scripts/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path='ref/VSS.d.ts' />
/// <reference path='../../lib/vss' />

var showCommitsMenu = (function () {
"use strict";
Expand Down
Loading

0 comments on commit 16523a8

Please sign in to comment.