Synchronized build
This commit is contained in:
parent
f62e037322
commit
a5244ee138
|
@ -206,7 +206,7 @@ will not show up, even if sources change.</p>
|
|||
references a file which can affect the output of the plugin, it's important
|
||||
to record this as a dependency.</p>
|
||||
<p>Note that you should only track dependencies below the project folder. It
|
||||
is possible to dependend to things outside of it, but the automatic watch
|
||||
is possible to depend on things outside of it, but the automatic watch
|
||||
system of the builder will not track files there so they will not show up
|
||||
unless a manual build is instructed.</p>
|
||||
<h2 id="example">Example</h2><div class="hll"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>
|
||||
|
|
|
@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.</li>
|
|||
<div class="slideshow-wrapper">
|
||||
<div class="slideshow">
|
||||
<div class="slideshow-inner">
|
||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-cb7900ed3e0d4f35926f8d6c002f0071">
|
||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-4d205e84b3234750ac049140b1c9eea7">
|
||||
|
||||
<div class="carousel-inner" role="listbox">
|
||||
|
||||
|
@ -210,11 +210,11 @@ be completely customized.</p>
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<a class="left carousel-control" href="#carousel-cb7900ed3e0d4f35926f8d6c002f0071" role="button" data-slide="prev">
|
||||
<a class="left carousel-control" href="#carousel-4d205e84b3234750ac049140b1c9eea7" role="button" data-slide="prev">
|
||||
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a class="right carousel-control" href="#carousel-cb7900ed3e0d4f35926f8d6c002f0071" role="button" data-slide="next">
|
||||
<a class="right carousel-control" href="#carousel-4d205e84b3234750ac049140b1c9eea7" role="button" data-slide="next">
|
||||
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue