Skip to content

Commit ca588c7

Browse files
committed
Get rid of grunt-bom-removal
1 parent 198ac10 commit ca588c7

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

gruntfile.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,6 @@ module.exports = function(grunt) {
422422
NODE_PATH: localCfg.outModulesDir,
423423
}
424424
},
425-
bom: {
426-
allTargetFiles: {
427-
src: [
428-
pathModule.join(localCfg.outDir, "**/*.ts"),
429-
pathModule.join(localCfg.outDir, "**/*.js"),
430-
pathModule.join(localCfg.outDir, "**/*.css"),
431-
pathModule.join(localCfg.outDir, "**/*.xml")
432-
]
433-
}
434-
},
435425
typedoc: {
436426
build: {
437427
options: {
@@ -463,7 +453,6 @@ module.exports = function(grunt) {
463453
grunt.loadNpmTasks("grunt-shell");
464454
grunt.loadNpmTasks("grunt-env");
465455
grunt.loadNpmTasks("grunt-simple-mocha");
466-
grunt.loadNpmTasks('grunt-bom-removal');
467456
grunt.loadNpmTasks('grunt-typedoc');
468457

469458
var cloneTasks = function(originalTasks, taskNameSuffix) {
@@ -627,7 +616,6 @@ module.exports = function(grunt) {
627616
"shell:getGitSHA",
628617
"check-packagejson-boms",
629618
"compile-ts",
630-
"bom:allTargetFiles",
631619
"collect-modules-raw-files",
632620
"copy:modulesPackageDef",
633621
"copy:definitionFiles",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"shelljs": "0.5.3",
1919
"chai": "3.2.0",
2020
"grunt": "0.4.5",
21-
"grunt-bom-removal": "0.2.0",
2221
"grunt-contrib-clean": "0.6.0",
2322
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
2423
"grunt-env": "0.4.4",

0 commit comments

Comments
 (0)