Commit 76d18d5a authored by Sindre Sorhus's avatar Sindre Sorhus

PlastronJS: Convert to tabs

parent 3d71ff07
...@@ -37,9 +37,10 @@ ...@@ -37,9 +37,10 @@
</section> </section>
<footer id="info"> <footer id="info">
<p>Double-click to edit a todo</p> <p>Double-click to edit a todo</p>
<p>Created by <a href="http://rhysbrettbowen.com">Rhys Brett-Bowen</a> (<a href="https://twitter.com/#!/RhysBB">RhysBB</a>).</p> <p>Template by <a href="https://github.com/sindresorhus">Sindre Sorhus</a></p>
<p>Created by <a href="http://rhysbrettbowen.com">Rhys Brett-Bowen</a> (<a href="https://twitter.com/#!/RhysBB">RhysBB</a>)</p>
<p>Using <a href="https://github.com/rhysbrettbowen/PlastronJS">PlastronJS</a> and <a href="https://developers.google.com/closure/">Closure Tools</a></p> <p>Using <a href="https://github.com/rhysbrettbowen/PlastronJS">PlastronJS</a> and <a href="https://developers.google.com/closure/">Closure Tools</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a>.</p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
<script src="../../../assets/base.js"></script> <script src="../../../assets/base.js"></script>
<!-- <script src="http://localhost:9810/compile?id=todomvc&mode=raw"></script> --> <!-- <script src="http://localhost:9810/compile?id=todomvc&mode=raw"></script> -->
......
{ {
"id" : "todomvc", "id": "todomvc",
"inputs" : "js/app.js", "inputs": "js/app.js",
"paths" : ["js/","template/"], "paths": ["js/", "template/"],
"output-wrapper" : "(function(){%output%})();", "output-wrapper": "(function(){%output%})();",
"mode" : "ADVANCED", "mode": "ADVANCED",
"level" : "VERBOSE", "level": "VERBOSE",
"output-file" : "js/compiled.js", "output-file": "js/compiled.js",
"define" : { "define": {
"goog.LOCALE": "en_GB" "goog.LOCALE": "en_GB"
}, },
"checks": { "checks": {
// Unfortunately, the Closure Library violates these in many places.
// "accessControls": "ERROR",
// "visibility": "ERROR"
"checkRegExp": "WARNING", "checkRegExp": "WARNING",
"checkTypes": "WARNING", "checkTypes": "WARNING",
"checkVars": "WARNING", "checkVars": "WARNING",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment