Commit fde11be2 by Torkel Ödegaard

Renamed src directory to public

parent adb5d6da
...@@ -6,7 +6,7 @@ init_cmds = [ ...@@ -6,7 +6,7 @@ init_cmds = [
watch_all = true watch_all = true
watch_dirs = [ watch_dirs = [
"$WORKDIR/pkg", "$WORKDIR/pkg",
"$WORKDIR/src/views", "$WORKDIR/public/views",
"$WORKDIR/conf", "$WORKDIR/conf",
] ]
watch_exts = [".go", ".ini"] watch_exts = [".go", ".ini"]
......
...@@ -5,7 +5,7 @@ module.exports = function (grunt) { ...@@ -5,7 +5,7 @@ module.exports = function (grunt) {
var config = { var config = {
pkg: grunt.file.readJSON('package.json'), pkg: grunt.file.readJSON('package.json'),
baseDir: '.', baseDir: '.',
srcDir: 'src', srcDir: 'public',
destDir: 'dist', destDir: 'dist',
tempDir: 'tmp', tempDir: 'tmp',
arch: grunt.option('arch') || 'x86_64', arch: grunt.option('arch') || 'x86_64',
......
...@@ -2,7 +2,6 @@ app_mode = development ...@@ -2,7 +2,6 @@ app_mode = development
[server] [server]
router_logging = false router_logging = false
static_root_path = src
[log] [log]
level = Trace level = Trace
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment