Commit d3e5ecef authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove build-js.html and data.js for now.

Currently we're not using them, but instead reference the build
residing in http://localhost/docs
parent c90ca30c
Loading
Loading
Loading
Loading

template/build-js.html

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
<head>
  <!--
      This file loads only the mandatory JavaScript.
      It is feeded into `sencha create jsb` command to create a
      concatenated+compressed version of the Docs app JavaScript.
  -->
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <script type="text/javascript" src="data.js"></script>
  <script type="text/javascript" src="extjs/ext.js"></script>
  <!-- BEGIN JS -->
  <script type="text/javascript" src="resources/codemirror/codemirror.js"></script>
  <script type="text/javascript" src="resources/codemirror/javascript.js"></script>
  <script type="text/javascript" src="resources/codemirror/xml.js"></script>
  <script type="text/javascript" src="resources/codemirror/markdown.js"></script>
  <script type="text/javascript" src="app.js"></script>
  <!-- END JS -->
  <script type="text/javascript" src="resources/prettify/prettify.js"></script>

</head>
<body>

  <div id="loading"></div>
  <div id="header-content"></div>
  <div id="footer-content"></div>

</body>
</html>

template/data.js

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
// Empty data file. Needed to build the Docs app.
Docs = {
    data: {
        localStorageDb: "docs",
        search: [],
        classes: [],
        examples: [],
        guides: [],
        signatures: [],
        stats: [],
        videos: []
    },
    otherProducts: []
};