是否可以“观看”? Compass(样式表创作工具)中的 Haml 文件?
目前,Compass 正在监视 src 文件夹内的 .scss
文件并自动更新 cs 文件。 (通过输入compass watch myproject
)。
有没有办法将 haml 文件包含在“观看过程”中?
(我无法安装StaticMatic,因为我不想安装Ruby1.8)。
Currently, Compass is watching the .scss
files inside the src folder and automatically updating the cs files. (by typing compass watch myproject
).
Is there any way of including haml files in the "watching process"?
(I couldn't install StaticMatic because I don't want to install Ruby1.8).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您应该使用 RVM。安装任何版本的 Ruby 都变得轻而易举。
其次,我只是为自己编写了这个,使用 Compass 用于监视文件的相同“fssm”gem。将其添加到您的/创建一个 Rakefile:
运行它:
Firstly, you should be using RVM. Installing any version of Ruby becomes painless.
Secondly, I just wrote this for myself, using the same 'fssm' gem that Compass uses to watch files. Add this to your / create a Rakefile:
Run it with: