mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #3969 from lukasolson/issues/3921
Add leaflet sprites to build
This commit is contained in:
commit
631b4a4ce4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module.exports = function (grunt) {
|
||||
var notIncludedComponents = '{font-awesome,requirejs,zeroclipboard}';
|
||||
var notIncludedComponents = '{font-awesome,requirejs,zeroclipboard,leaflet-draw}';
|
||||
return {
|
||||
build: '<%= build %>',
|
||||
target: '<%= target %>',
|
||||
|
@ -16,6 +16,7 @@ module.exports = function (grunt) {
|
|||
'!<%= build %>/kibana/public/bower_components/requirejs/require.js',
|
||||
'!<%= build %>/kibana/public/bower_components/font-awesome/fonts',
|
||||
'!<%= build %>/kibana/public/bower_components/zeroclipboard/dist',
|
||||
'!<%= build %>/kibana/public/bower_components/leaflet-draw/dist',
|
||||
|
||||
// delete the contents of the dist dir, except the ZeroClipboard.swf file
|
||||
'<%= build %>/kibana/public/bower_components/zeroclipboard/dist/*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue