Missing `Build` directory
See original GitHub issueI have observed that pyscript-main\pyscriptjs\build
directory is missing which contains important files :
pyscript.css
and pyscript.js
I know there is an alternative for this to use the following lines :
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" / >
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
this build directory needs to be generated or we need to create it manually and copy the following files pyscript.css
and pyscript.js
Issue Analytics
- State:
- Created a year ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
linux - build is missing for compiling kernel module
here's my problem, there is no "build" in "/lib/modules/ uname -r /" directory! what am I missing here? linux · compiling · kernel-modules....
Read more >Missing build directory in 5.15.16-1-MANJARO headers
While compiling a driver for my network card I noticed there is no build directory under /lib/modules/5.15.16-1-MANJARO.
Read more >Installing new driver on Linux, missing the 'Build' directory
I recently installed Kali Linux on a very old PC, and since it doesn't have a wifi card I bought a Realtek USB...
Read more >make can't find build directory : r/archlinux - Reddit
make can't find build directory. I'm trying to install the CH340 driver and keep on getting the same error, no matter if I...
Read more >[SOLVED] Unable to Build from Source / Newbie Corner / Arch ...
Hi All,. I am having a bit of an issue with building from source and I am sure that I am doing something...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can we have proper documentation for it?
it needs to be built. cd into the the dir pyscript/pyscript (the dir with the makefile) and run:
make setup make build