mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Get rid of grunt-bom-removal
This commit is contained in:
12
gruntfile.js
12
gruntfile.js
@ -422,16 +422,6 @@ module.exports = function(grunt) {
|
|||||||
NODE_PATH: localCfg.outModulesDir,
|
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: {
|
typedoc: {
|
||||||
build: {
|
build: {
|
||||||
options: {
|
options: {
|
||||||
@ -463,7 +453,6 @@ module.exports = function(grunt) {
|
|||||||
grunt.loadNpmTasks("grunt-shell");
|
grunt.loadNpmTasks("grunt-shell");
|
||||||
grunt.loadNpmTasks("grunt-env");
|
grunt.loadNpmTasks("grunt-env");
|
||||||
grunt.loadNpmTasks("grunt-simple-mocha");
|
grunt.loadNpmTasks("grunt-simple-mocha");
|
||||||
grunt.loadNpmTasks('grunt-bom-removal');
|
|
||||||
grunt.loadNpmTasks('grunt-typedoc');
|
grunt.loadNpmTasks('grunt-typedoc');
|
||||||
|
|
||||||
var cloneTasks = function(originalTasks, taskNameSuffix) {
|
var cloneTasks = function(originalTasks, taskNameSuffix) {
|
||||||
@ -627,7 +616,6 @@ module.exports = function(grunt) {
|
|||||||
"shell:getGitSHA",
|
"shell:getGitSHA",
|
||||||
"check-packagejson-boms",
|
"check-packagejson-boms",
|
||||||
"compile-ts",
|
"compile-ts",
|
||||||
"bom:allTargetFiles",
|
|
||||||
"collect-modules-raw-files",
|
"collect-modules-raw-files",
|
||||||
"copy:modulesPackageDef",
|
"copy:modulesPackageDef",
|
||||||
"copy:definitionFiles",
|
"copy:definitionFiles",
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
"shelljs": "0.5.3",
|
"shelljs": "0.5.3",
|
||||||
"chai": "3.2.0",
|
"chai": "3.2.0",
|
||||||
"grunt": "0.4.5",
|
"grunt": "0.4.5",
|
||||||
"grunt-bom-removal": "0.2.0",
|
|
||||||
"grunt-contrib-clean": "0.6.0",
|
"grunt-contrib-clean": "0.6.0",
|
||||||
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
"grunt-contrib-copy": "git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9",
|
||||||
"grunt-env": "0.4.4",
|
"grunt-env": "0.4.4",
|
||||||
|
Reference in New Issue
Block a user