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

Revert the change of extjs dir in eg-iframe.html

Instead added code to :doctests task to create the extjs-build/ dir.

Separate extjs/ and extjs-build/ dirs are needed to allow docs app
itself to run on one version of ExtJS, while having the examples use
a different version.
parent 89bbb449
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -406,6 +406,8 @@ task :doctests, [:mode] => :sass do |t, args|
  runner.add_debug if mode == "debug"
  runner.add_seo
  runner.run

  runner.copy_extjs_build
end

desc "Run JSDuck on official Ext JS 3.4 build\n" +
+2 −2
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <title>Sencha Examples</title>

    <script type="text/javascript" src="extjs/ext-all.js"></script>
    <script type="text/javascript" src="extjs-build/ext-all.js"></script>
    <script type="text/javascript" src="app/Assert.js"></script>
    <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all.css">
    <link rel="stylesheet" type="text/css" href="extjs-build/resources/css/ext-all.css">

    <script type="text/javascript">
        function loadInlineExample(exampleId, code, options) {