mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #4210 from spalger/update/grunt-plugins
[grunt] update plugins
This commit is contained in:
commit
bcc9a7bd60
2 changed files with 8 additions and 7 deletions
14
package.json
14
package.json
|
@ -77,19 +77,19 @@
|
|||
"expect.js": "^0.3.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-clean": "^0.5.0",
|
||||
"grunt-contrib-compress": "^0.9.1",
|
||||
"grunt-contrib-copy": "^0.5.0",
|
||||
"grunt-contrib-jade": "^0.10.0",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-compress": "^0.13.0",
|
||||
"grunt-contrib-copy": "^0.8.0",
|
||||
"grunt-contrib-jade": "^0.14.0",
|
||||
"grunt-contrib-jshint": "^0.11",
|
||||
"grunt-contrib-less": "^0.10.0",
|
||||
"grunt-contrib-less": "^1.0.1",
|
||||
"grunt-contrib-requirejs": "^0.4.4",
|
||||
"grunt-contrib-watch": "^0.5.3",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-esvm": "^1.0.1",
|
||||
"grunt-jscs": "^1.8.0",
|
||||
"grunt-mocha": "^0.4.10",
|
||||
"grunt-replace": "^0.7.9",
|
||||
"grunt-run": "^0.2.3",
|
||||
"grunt-run": "^0.3.0",
|
||||
"grunt-s3": "^0.2.0-alpha.3",
|
||||
"grunt-simple-mocha": "^0.4.0",
|
||||
"html-entities": "^1.1.1",
|
||||
|
|
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
options: {
|
||||
sourceMapBasepath: '<%= src %>/kibana',
|
||||
sourceMapRootpath: '/',
|
||||
sourceMapFileInline: true,
|
||||
ieCompat: false,
|
||||
paths: [
|
||||
'<%= src %>/kibana/bower_components/lesshat/build/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue