简体   繁体   English

在哪里可以找到来自GitHub的skulpt.min.js和skulpt-stdlib.js的最新版本?

[英]Where do I find the latest versions of skulpt.min.js and skulpt-stdlib.js from GitHub?

I am looking for the latest versions of skulpt.min.js and skulpt-stdlib.js for my website. 我正在为我的网站寻找skulpt.min.jsskulpt-stdlib.js的最新版本。 I am new to GitHub, and asked them. 我是GitHub的新手,问他们。 They said to make a new release. 他们说要发布一个新版本。 So I did. 所以我做了。 And I can't find the files I am looking for. 而且我找不到我要查找的文件。 Where could I find the latest releases? 在哪里可以找到最新版本?

Here: https://github.com/skulpt/skulpt/releases/tag/0.10.0 此处: https//github.com/skulpt/skulpt/releases/tag/0.10.0

Look in the Downloads section. 在“ 下载”部分中查找。 Here's the link: https://github.com/skulpt/skulpt/archive/0.10.0.zip 这是链接: https : //github.com/skulpt/skulpt/archive/0.10.0.zip

Note you'll have to build the project to get the .js files. 请注意,您必须构建项目才能获取.js文件。 See this https://github.com/skulpt/skulpt#building-skulpt for details. 有关详细信息,请参见https://github.com/skulpt/skulpt#building-skulpt

The latest version of skulpt.js and skulpt-stdlib.js are now provided through bower , which is a package manager that keeps track of your packages and makes sure they're up to date. 现在通过bower提供了skulpt.jsskulpt-stdlib.js的最新版本skulpt.js是一个软件包管理器,它可以跟踪您的软件包并确保它们是最新的。

Bower can be installed with npm running the command 可以通过运行命令npm来安装Bower

npm install -g bower

From there you can get skult.js by running this command 从那里可以通过运行以下命令获取skult.js

bower install skulpt

If you don't want to use Bower, you can download it from here 如果您不想使用Bower,可以从此处下载

Or you can get it as .zip or .tar.gz 或者您可以将其下载为.zip.tar.gz

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM