Fix lastchangeui and moment timestamps

This commit is contained in:
Yukai Huang 2016-10-13 15:13:03 +08:00
parent 4713b4f2aa
commit 440ad3506c
8 changed files with 11 additions and 32 deletions

View file

@ -79,10 +79,6 @@ module.exports = {
locale: path.join(__dirname, 'public/js/locale.js'),
vendor: [
"imports?$=jquery!jquery-mousewheel",
"jquery-ui/ui/widgets/resizable",
"jquery-ui/ui/widgets/tooltip",
"jquery-ui/ui/widgets/controlgroup",
"jquery-ui/ui/widgets/autocomplete",
"script!gist-embed",
"expose?filterXSS!xss",
"js-url",
@ -129,7 +125,8 @@ module.exports = {
"viz.js": "Viz",
"socket.io-client": "io",
"lodash": "_",
"jquery": "$"
"jquery": "$",
"moment": "moment"
},
module: {