UNPKG
scc
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
This is a simple combo & compress tool for seajs project.
gxcsoccer/scc
scc
/
test
/
test.html
19 lines
(17 loc)
•
278 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
Test
</
title
>
<
script
src
=
"lib/sea-debug.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
<
script
type
=
"text/javascript"
>
seajs.
config
({
base
:
"./"
}) seajs.
use
(
"xxx"
,
function
(
) { });
</
script
>
</
html
>