-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.html
22 lines (22 loc) · 853 Bytes
/
modules.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<title>Modules uncompiled</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta content="width=device-width, maximum-scale=1.0, user-scalable=no" name="viewport">
<link rel="stylesheet/less" type="text/css" href="less/app.less">
<script> var less = { env: "development", poll: 1000 }; </script>
<script src="libs/less.js"></script>
</head>
<body>
<script src="build/app-cssmap.js"></script>
<script src="../../library/closure/goog/base.js"></script>
<script src="../../templates/deps.js"></script>
<script src="../pstj/deps.js"></script>
<script src="build/deps.js"></script>
<script src="build/moddepssource.js"></script>
<script>goog.require('a_init');</script>
<script>goog.require('b_init');</script>
</body>
</body>
</html>