Add leaflet sprites to build (issues/3921)

This commit is contained in:
Lukas Olson 2015-05-22 17:21:06 -07:00
parent 1390506ff9
commit 0183612a44

View file

@ -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/*',