[Client] Refactor: Use JavaScript instead of LiveScript

This commit is contained in:
syuilo
2017-02-03 05:22:12 +09:00
parent 5a18d4bc80
commit 4a7072d9a9
15 changed files with 179 additions and 179 deletions

View File

@@ -2,7 +2,7 @@
* Developer Center
*/
require('./tags/index.ls');
require('./tags');
const boot = require('../boot.js');
const route = require('./router.ls');