mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Renamed src directory to public
This commit is contained in:
@@ -6,7 +6,7 @@ init_cmds = [
|
||||
watch_all = true
|
||||
watch_dirs = [
|
||||
"$WORKDIR/pkg",
|
||||
"$WORKDIR/src/views",
|
||||
"$WORKDIR/public/views",
|
||||
"$WORKDIR/conf",
|
||||
]
|
||||
watch_exts = [".go", ".ini"]
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
|
||||
var config = {
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
baseDir: '.',
|
||||
srcDir: 'src',
|
||||
srcDir: 'public',
|
||||
destDir: 'dist',
|
||||
tempDir: 'tmp',
|
||||
arch: grunt.option('arch') || 'x86_64',
|
||||
|
||||
@@ -2,7 +2,6 @@ app_mode = development
|
||||
|
||||
[server]
|
||||
router_logging = false
|
||||
static_root_path = src
|
||||
|
||||
[log]
|
||||
level = Trace
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user