较少的文件不能使用html

时间:2015-09-05 12:47:56

标签: html css less livereload macrabbit-espresso

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Coming Soon</title>
<meta name="description" content="" />
<meta name="author" content="" />

<!--mobile specific meta-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>

<!-- css goes here -->
<link rel="stylesheet/less" href="styles.less">
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.5.1/less.min.js"></script>

<script> less = { env: "development", async: false, fileAsync: true }; </script>


<!--[if lt ie 9]-->
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<!--[endif]-->

<!--Js-->
<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="Js/countdown.js"></script>

<script>


<!--less javascript-->
<script src="http://lesscss.googlecode.com/files/less-1.3.0.min.js" type="text/javascript"></script>

<!-- live reload -->
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>

</head>

</body>
</html>

这是我的html中的代码,无论我使用什么代码,我的文件都没有变化,我使用espresso和livereload来编译我的代码,我也改变了语言,这样我就可以在使用espresso时编辑较少的文件css亮点等。

我已经尝试了很多东西,而且对于网页设计和编码来说,这对我来说很难,我试图构建即将推出的即将完成的页面,但所有这些问题都会不断出现。

0 个答案:

没有答案