-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update model.js * Update package.json * Add browserify
- Loading branch information
1 parent
3304079
commit 2c6c082
Showing
8 changed files
with
1,002 additions
and
661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
browserify EpiJS --s EpiJS -o web/index.js | ||
cd web | ||
cat funcs.js >> index.js | ||
cd .. | ||
terser ./web/index.js --keep-classnames --keep-fnames --compress -o ./web/index.min.js # Minify Browserify Output | ||
rm -rf ./web/index.js # Force remove output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
let sir = EpiJS.pre.sir | ||
let seir = EpiJS.pre.seir | ||
let seird = EpiJS.pre.seird | ||
let seihrd = EpiJS.pre.seihrd | ||
let seihcrd = EpiJS.pre.seihcrd | ||
let Virus = EpiJS.com.Virus | ||
let Community = EpiJS.com.Community | ||
let compare = EpiJS.com.compare | ||
let Idiom = EpiJS.comp.Idiom | ||
let Model = EpiJS.model.Model |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.