谁能告诉我为什么这不在 HAML 中编译?
:javascript
$(document).ready(function(){
// Examples of how to assign the Colorbox event to elements
$(".group1").colorbox({rel:'group1'});
$(".group2").colorbox({rel:'group2'});
$(".group3").colorbox({rel:'group3'});
$(".group4").colorbox({rel:'group4'});
$(".group5").colorbox({rel:'group5'});
$(".group6").colorbox({rel:'group6'});
$(".group7").colorbox({rel:'group7'});
$(".group8").colorbox({rel:'group8'});
});
我得到的错误是:
“第 33 行的语法错误:缩进不一致:1 个制表符用于缩进,但文档的其余部分使用 2 个空格缩进。使用 --trace 进行回溯。”
第 33 行是注释所在的位置。
我在 Mac 上使用 codekit