File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -422,16 +422,6 @@ module.exports = function(grunt) {
422
422
NODE_PATH : localCfg . outModulesDir ,
423
423
}
424
424
} ,
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
- } ,
435
425
typedoc : {
436
426
build : {
437
427
options : {
@@ -463,7 +453,6 @@ module.exports = function(grunt) {
463
453
grunt . loadNpmTasks ( "grunt-shell" ) ;
464
454
grunt . loadNpmTasks ( "grunt-env" ) ;
465
455
grunt . loadNpmTasks ( "grunt-simple-mocha" ) ;
466
- grunt . loadNpmTasks ( 'grunt-bom-removal' ) ;
467
456
grunt . loadNpmTasks ( 'grunt-typedoc' ) ;
468
457
469
458
var cloneTasks = function ( originalTasks , taskNameSuffix ) {
@@ -627,7 +616,6 @@ module.exports = function(grunt) {
627
616
"shell:getGitSHA" ,
628
617
"check-packagejson-boms" ,
629
618
"compile-ts" ,
630
- "bom:allTargetFiles" ,
631
619
"collect-modules-raw-files" ,
632
620
"copy:modulesPackageDef" ,
633
621
"copy:definitionFiles" ,
Original file line number Diff line number Diff line change 18
18
"shelljs" : " 0.5.3" ,
19
19
"chai" : " 3.2.0" ,
20
20
"grunt" : " 0.4.5" ,
21
- "grunt-bom-removal" : " 0.2.0" ,
22
21
"grunt-contrib-clean" : " 0.6.0" ,
23
22
"grunt-contrib-copy" : " git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9" ,
24
23
"grunt-env" : " 0.4.4" ,
You can’t perform that action at this time.
0 commit comments