Sublime Text 2 和 HTML5 Boilerplate 构建脚本
爱上 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它将打开一个您可以自定义的新的自定义构建文件。然后你只需用你想要的名称保存它,重新启动 Sublime,它就会与其他名称一起出现在列表中。
此处您可以找到自定义选项和说明。
要运行样板文件,您必须指定 Boilerplate runbuildscript.bat 的正确路径,默认情况下它位于构建文件夹内。
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.