UNPKG
uupaa.minify.js
Version:
latest (0.11.10)
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.14
0.10.13
0.10.12
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.53
0.8.52
0.8.51
0.8.50
JavaScript source code minifier.
github.com/uupaa/Minify.js
uupaa/Minify.js
uupaa.minify.js
/
.travis.yml
13 lines
(11 loc)
•
233 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language: node_js
node_js:
-
"0.10"
before_script:
-
"npm install -g plato"
-
"npm install -g http-server"
-
"npm install"
-
"npm install uupaa.compile.js"
-
"npm run build"
script:
-
"npm run test-node"