From ca588c7191b0acc2f8b104750e318622dafed87e Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Tue, 1 Dec 2015 15:27:34 +0200 Subject: [PATCH] Get rid of grunt-bom-removal --- gruntfile.js | 12 ------------ package.json | 1 - 2 files changed, 13 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index df90d0675..dc3e85f0d 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -422,16 +422,6 @@ module.exports = function(grunt) { NODE_PATH: localCfg.outModulesDir, } }, - bom: { - allTargetFiles: { - src: [ - pathModule.join(localCfg.outDir, "**/*.ts"), - pathModule.join(localCfg.outDir, "**/*.js"), - pathModule.join(localCfg.outDir, "**/*.css"), - pathModule.join(localCfg.outDir, "**/*.xml") - ] - } - }, typedoc: { build: { options: { @@ -463,7 +453,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks("grunt-shell"); grunt.loadNpmTasks("grunt-env"); grunt.loadNpmTasks("grunt-simple-mocha"); - grunt.loadNpmTasks('grunt-bom-removal'); grunt.loadNpmTasks('grunt-typedoc'); var cloneTasks = function(originalTasks, taskNameSuffix) { @@ -627,7 +616,6 @@ module.exports = function(grunt) { "shell:getGitSHA", "check-packagejson-boms", "compile-ts", - "bom:allTargetFiles", "collect-modules-raw-files", "copy:modulesPackageDef", "copy:definitionFiles", diff --git a/package.json b/package.json index ae1f42c75..58a03d016 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ "shelljs": "0.5.3", "chai": "3.2.0", "grunt": "0.4.5", - "grunt-bom-removal": "0.2.0", "grunt-contrib-clean": "0.6.0", "grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9", "grunt-env": "0.4.4",