Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
adapted to elastic 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Jul 31, 2015
1 parent 3d9716f commit 287f28f
Show file tree
Hide file tree
Showing 106 changed files with 16 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = function(grunt) {
grunt.initConfig({
clean: {
dist: {
src: ['dist']
src: ['_site/dist']
}
},
watch: {
Expand All @@ -22,37 +22,37 @@ module.exports = function(grunt) {
expand: true,
flatten: true,
src: ['src/lib/ace/mode-json.js'],
dest: './dist/'
dest: './_site/dist/'
},
{
expand: true,
flatten: true,
src: ['src/lib/ace/worker-json.js'],
dest: './dist/'
dest: './_site/dist/'
},
{
expand: true,
flatten: true,
src: ['src/lib/angularjs/*.map'],
dest: './dist/'
dest: './_site/dist/'
},
{
expand: true,
flatten: true,
src: ['src/kopf/theme-kopf.js'],
dest: './dist/'
dest: './_site/dist/'
},
{
expand: true,
flatten: true,
src: ['src/kopf/css/dark_style.css'],
dest: './dist/'
dest: './_site/dist/'
},
{
expand: true,
flatten: true,
src: ['src/kopf/css/light_style.css'],
dest: './dist/'
dest: './_site/dist/'
}
]
}
Expand All @@ -67,21 +67,21 @@ module.exports = function(grunt) {
'src/lib/jsontree/jsontree.min.js',
'src/lib/bootstrap/js/bootstrap.js'
],
dest: 'dist/lib.js'
dest: '_site/dist/lib.js'
},
vendorcss: {
src: [
'src/lib/bootstrap/css/bootstrap.css'
],
dest: 'dist/lib.css'
dest: '_site/dist/lib.css'
},
appjs: {
src: [
'src/kopf/kopf.js',
'src/kopf/*/*.js',
'src/kopf/util.js',
],
dest: 'dist/kopf.js'
dest: '_site/dist/kopf.js'
},
appcss: {
src: [
Expand All @@ -101,7 +101,7 @@ module.exports = function(grunt) {
'src/kopf/css/nodes.css',
'src/kopf/css/hotthreads.css'
],
dest: 'dist/kopf.css'
dest: '_site/dist/kopf.css'
}

},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions index.html → _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="description" content="">
<meta name="author" content="">
<title ng-bind="title"></title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link href="./font-awesome/css/font-awesome.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="dist/lib.css" rel="stylesheet">
<link href="dist/kopf.css" rel="stylesheet">
<link ng-href="dist/{{getTheme()}}_style.css" rel="stylesheet">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description=kopf - simple web administration tool for Elasticsearch
version=1.5.7-SNAPSHOT
site=true

0 comments on commit 287f28f

Please sign in to comment.