我正在尝试让 bootstrap 和 less.js 工作,但我无法成功......过去我没有用 less 工作太多,所以我想知道我是否遗漏了什么......它正在运行Synology 服务器。在运行时,它似乎生成了 boostrap css,因为它应该将“less:sandbox-css-bootstrap”附加到 html,但它没有从 variables.less 中获取值
这是我的头
<meta charset="utf-8">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<link rel="stylesheet/less" type="text/css" href="css/bootstrap.less">
<script type="text/javascript" src="js/less-1.3.3.min.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
有谁知道我做错了什么?提前感谢