본문 바로가기

Stupid Computer/6. WebOs

[Enyo] debug.html file ~ 엔요 debug.html 파일 소스 ~~

enyo 정의 하고 사용 하면된다 ~~

물론 실제 device 올리면 index.html 파일에 있는 코드로 올라가긴 함 ... 

enoy.js 에서 받는 bootplate에서 볼 수 있는 debug.html이랑 비슷할거다 아마 

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<title>Gaga App</title>

<link rel="shortcut icon" href="assets/favicon.ico"/>

<!-- -->

<meta http-equiv="Content-Type" content="text/html; charset=utf8"/>

<meta name="apple-mobile-web-app-capable" content="yes"/>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

<!-- Less.js (for client-side rendering of less stylesheets; comment to use pre-compiled CSS) -->

<script src="enyo/tools/less.js"></script>

<!-- enyo (debug) -->

<script src="enyo/enyo.js" charset="utf-8"></script>

<!-- application (debug) -->

<script src="source/package.js" charset="utf-8"></script>

</head>

<body class="enyo-unselectable">

</body>

</html>