FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-ID3-Reader/make-minimize.sh at master · imclab/JavaScript-ID3-Reader · GitHub
imclab
/
JavaScript-ID3-Reader
Public
forked from
aadsm/JavaScript-ID3-Reader
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-ID3-Reader
/
make-minimize.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
16 lines (14 loc) · 440 Bytes
Breadcrumbs
JavaScript-ID3-Reader
/
make-minimize.sh
Copy path
File metadata and controls
executable file
·
16 lines (14 loc) · 440 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CLOSURE_COMPILER=/usr/local/closure-compiler/compiler.jar
java -jar
"
$CLOSURE_COMPILER
"
\
--compilation_level ADVANCED_OPTIMIZATIONS \
--js src/stringutils.js \
--js src/binaryfile.js \
--js src/bufferedbinaryajax.js \
--js src/filereader.js \
--js src/id3.js \
--js src/id3v1.js \
--js src/id3v2.js \
--js src/id3v2frames.js \
--js src/id4.js \
>
dist/id3-minimized.js
#
--formatting PRETTY_PRINT \
Back
|
FazBrowse Home
|
New Git URL