Sublime Text 2 和 HTML5 Boilerplate 构建脚本

发布于 2024-12-03 03:53:36 字数 176 浏览 1 评论 0原文

爱上 Sublime Text 后,我​​现在准备离开 Aptana。 ST2 似乎有内置的构建功能。如果我转到“工具”->“构建系统”->“新构建系统”,我可以定义自己的构建命令,但我可以如何告诉 ST2 使用 HTML5 Boilerplate 中的构建脚本吗?这样,当我按 F7 或 ctrl+B 时,它就会从那里构建。

After falling in love with Sublime Text I'm now getting ready to leave Aptana. ST2 seems to have a built in build function. If i go to "Tools"->"Build System"->"New Build System" i can define my own build commands but can i some how tell ST2 to use the build script from HTML5 Boilerplate? So that when i press F7 or ctrl+B it builds from there.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤君无依 2024-12-10 03:53:36
Tools -> Build System -> New Build System...

它将打开一个您可以自定义的新的自定义构建文件。然后你只需用你想要的名称保存它,重新启动 Sublime,它就会与其他名称一起出现在列表中。

此处您可以找到自定义选项和说明。

要运行样板文件,您必须指定 Boilerplate runbuildscript.bat 的正确路径,默认情况下它位于构建文件夹内。

Tools -> Build System -> New Build System...

It will open a new custom build file you can customize. Then you just have to save it with your desired name, restart Sublime and it will appear in the list along with the others.

Here you can find the customization options and instructions.

To run boilerplate you have to specify the right path to Boilerplate runbuildscript.bat, by default it's inside the build folder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文