gulp build

This commit is contained in:
lealife
2015-09-05 23:48:41 +08:00
parent 024e0e9bae
commit b0afe25730
3 changed files with 18 additions and 3 deletions

View File

@ -901,7 +901,7 @@ var latestNotes = {{if .latestNotes}}{{.latestNotes|jsonJs}}{{else}}[]{{end}};
var noteContentJson = {{.noteContentJson|jsonJs}};
var tagsJson = {{.tags|jsonJs}};
var GlobalConfigs = {{.globalConfigs|jsonJs}};
var tinyMCEPreInit = {base: '/public/js/tinymce', suffix: '.min'};
var tinyMCEPreInit = {base: '/public/tinymce', suffix: '.min'};
</script>
<script src="/js/i18n/msg.{{.locale}}.js"></script>