Get rid of grunt-bom-removal

This commit is contained in:
Hristo Deshev
2015-12-01 15:27:34 +02:00
parent 198ac10943
commit ca588c7191
2 changed files with 0 additions and 13 deletions

View File

@ -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",

View File

@ -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",