mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[console] involve in the build process
This commit is contained in:
parent
bd5ba288c0
commit
5ea26743fa
2 changed files with 3 additions and 29 deletions
|
@ -3,33 +3,6 @@
|
|||
"contributors": [
|
||||
"Spencer Alger <spencer.alger@elastic.co>"
|
||||
],
|
||||
"name": "Sense",
|
||||
"version": "2.0.0-snapshot",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/elastic/sense.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"release": "grunt release",
|
||||
"lint": "grunt eslint:source"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^4.1.6",
|
||||
"eslint": "^1.7.3",
|
||||
"eslint-config-airbnb": "^0.1.0",
|
||||
"eslint-plugin-react": "^3.6.3",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-aws": "^0.6.1",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-compress": "^0.14.0",
|
||||
"grunt-contrib-copy": "^0.8.2",
|
||||
"grunt-gitinfo": "^0.1.7",
|
||||
"grunt-replace": "^0.11.0",
|
||||
"gruntify-eslint": "^1.2.0",
|
||||
"jit-grunt": "^0.9.1"
|
||||
},
|
||||
"dependencies": {},
|
||||
"license": "Apache-2.0"
|
||||
"name": "console",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@ module.exports = function (grunt) {
|
|||
'!src/fixtures/**',
|
||||
'!src/plugins/devMode/**',
|
||||
'!src/plugins/testsBundle/**',
|
||||
'!src/plugins/console/public/tests/**',
|
||||
'!src/cli/cluster/**',
|
||||
],
|
||||
dest: 'build/kibana',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue