Commit Graph

8 Commits

Author SHA1 Message Date
woxtu
53a21b74eb Enable to generate the source map (#325) 2022-05-11 19:18:28 -05:00
Fabio Pliger
b7d748c96a Moves Python code out of interpreter file (#207)
* make copy of .py files part of build process

* move code out ofinterpreter file and make it download and load code during initialization

* fix double ; in interpreter

* remove debugging print

* update dependencies

* fix project name and version

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* lint

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change fmt-py

* lint

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove extra content

* define missing strict type

* create build folder if doesn't exist

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-05 23:12:54 -05:00
Michael Verhulst
f11a618d3d got pyscript.js at 1.2mb down to pyscript.min.js at 455k 2022-04-29 21:31:39 -05:00
Philipp Rudiger
c5ada6ca4f Do not run server on build 2022-04-26 11:38:05 +02:00
Fabio Pliger
9becc5381f add rollup-plugin-serve plugin to serve from examples folder when in dev 2022-04-11 20:11:40 -05:00
Fabio Pliger
02fead9cb9 move builds to build folder and examples to examples folder 2022-04-08 18:42:01 -05:00
Fabio Pliger
be0037b5aa rename bundle.js and css to pyscript.js 2022-03-29 14:51:17 -05:00
Fabio Pliger
e619288555 add new pyscript project files 2022-02-28 16:05:19 -06:00