aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-02-23 12:27:11 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-23 12:56:41 -0800
commitfb0a3f20d9e20853bb1fefebac6cb0a1e0f637a6 (patch)
tree89b22fd1200202a2422efdcab9b887e38b30ab21 /tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts
parent91e1180fac8defe3cc5ea91509d3658d5a08f61a (diff)
Swap TensorBoard local build from "tsd" to "typings".
Reason: tsd is deprecated (https://github.com/DefinitelyTyped/tsd/issues/269) and typings is the new standard. Also, tsd was behaving badly - running `tsd install` on a clean client was causing it to incorrectly depend on typing files from node_modules, which resulted in a broken build. This issue does not exist with typings. For convenience, and since typings is really fast when all deps are up-to-date, I made it a part of the standard gulp task. `npm install` so you have all the deps, and running `gulp` will keep the typing files synchronized - there no longer is a separate step for downloading them. The logical next step is to do the same for bower. I did wire that up, but I will not connect it to the gulp task until after the big bower dependency upgrade CL is through. If I add it right now, it will fail on unresolved dependency conflicts and make everyone sad. Change: 115370585
Diffstat (limited to 'tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts')
-rw-r--r--tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts b/tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts
index 360d644b42..8f858becb2 100644
--- a/tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts
+++ b/tensorflow/tensorboard/components/tf-categorizer/test/categorizerTest.ts
@@ -13,7 +13,6 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-/// <reference path="../../../typings/tsd.d.ts" />
/// <reference path="../categorizer.ts" />
var assert = chai.assert;