remove console, cleanup htmls
This commit is contained in:
parent
3066de38b7
commit
2fc0e6df41
|
@ -2,7 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>React templates - RTFiddle</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>React templates | RTFiddle</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="description" content="Light weight templates for React.">
|
||||
|
||||
<link rel="shortcut icon" href="https://facebook.github.io/react/favicon.ico">
|
||||
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||
|
|
43
index.html
43
index.html
|
@ -5,30 +5,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>A JavaScript library for building user interfaces | React</title>
|
||||
<title>React Templates</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta property="og:title" content="A JavaScript library for building user interfaces | React">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="http://facebook.github.io/react/index.html">
|
||||
<meta property="og:image" content="http://facebook.github.io/react/img/logo_og.png">
|
||||
<meta property="og:description" content="A JavaScript library for building user interfaces">
|
||||
<meta property="fb:app_id" content="623268441017527">
|
||||
<meta name="description" content="Light weight templates for React.">
|
||||
|
||||
<link rel="shortcut icon" href="https://facebook.github.io//react/favicon.ico">
|
||||
<link rel="alternate" type="application/rss+xml" title="React" href="http://facebook.github.io/react/feed.xml">
|
||||
<link rel="shortcut icon" href="https://facebook.github.io/react/favicon.ico">
|
||||
<!--<link rel="alternate" type="application/rss+xml" title="React" href="http://facebook.github.io/react/feed.xml">-->
|
||||
|
||||
<link rel="stylesheet" href="https://facebook.github.io/react/css/syntax.css">
|
||||
<link rel="stylesheet" href="https://facebook.github.io/react/css/codemirror.css">
|
||||
<!--<link rel="stylesheet" href="https://facebook.github.io/react/css/syntax.css">-->
|
||||
<!--<link rel="stylesheet" href="https://facebook.github.io/react/css/codemirror.css">-->
|
||||
<!--<link rel="stylesheet" href="https://facebook.github.io//react/css/react.css">-->
|
||||
|
||||
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
|
||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||
<!--<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>-->
|
||||
<!--<script type="text/javascript">try{Typekit.load();}catch(e){}</script>-->
|
||||
|
||||
<!--[if lte IE 8]>
|
||||
<script type="text/javascript" src="/react/js/html5shiv.min.js"></script>
|
||||
<script type="text/javascript" src="/react/js/es5-shim.min.js"></script>
|
||||
<script type="text/javascript" src="/react/js/es5-sham.min.js"></script>
|
||||
<![endif]-->
|
||||
<!--<script type="text/javascript" src="/react/js/html5shiv.min.js"></script>-->
|
||||
<!--<script type="text/javascript" src="/react/js/es5-shim.min.js"></script>-->
|
||||
<!--<script type="text/javascript" src="/react/js/es5-sham.min.js"></script>-->
|
||||
<!--<![endif]–>-->
|
||||
|
||||
<!--<script type="text/javascript" src="/react/js/codemirror.js"></script>-->
|
||||
<!--<script type="text/javascript" src="/react/js/javascript.js"></script>-->
|
||||
<!--<script type="text/javascript" src="/react/js/react.js"></script>-->
|
||||
|
@ -39,8 +35,7 @@
|
|||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||
<!-- Optional theme -->
|
||||
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">-->
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
|
||||
|
||||
<link rel="stylesheet" href="playground/css/home.css"/>
|
||||
</head>
|
||||
|
@ -50,15 +45,15 @@
|
|||
|
||||
<div class="nav-main">
|
||||
<div class="wrap">
|
||||
<a class="nav-home" href="/react/index.html">
|
||||
<a class="nav-home" href="index.html">
|
||||
<img class="nav-logo" src="https://facebook.github.io/react/img/logo.svg" width="36" height="36">
|
||||
React Templates
|
||||
</a>
|
||||
<ul class="nav-site">
|
||||
<li><a href="/react/docs/getting-started.html">docs</a></li>
|
||||
<li><a href="/react/support.html">support</a></li>
|
||||
<li><a href="/react/downloads.html">download</a></li>
|
||||
<li><a href="/react/blog/">blog</a></li>
|
||||
<li><a href="https://github.com/wix/react-templates">docs</a></li>
|
||||
<li><a href="https://github.com/wix/react-templates">support</a></li>
|
||||
<li><a href="https://github.com/wix/react-templates">download</a></li>
|
||||
<li><a href="https://github.com/wix/react-templates/">blog</a></li>
|
||||
<li><a href="https://github.com/wix/react-templates">github</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -79,7 +79,7 @@ function execute(args) {
|
|||
console.error(error.message);
|
||||
return 1;
|
||||
}
|
||||
console.log(currentOptions);
|
||||
//console.log(currentOptions);
|
||||
return executeOptions(currentOptions);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue