Skip to content

Commit

Permalink
don’t copy src/src-es5 to site any more, rely on dist/extras/
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Oct 13, 2022
1 parent b22a131 commit 18d1327
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@ missing licence:
- auto_tests/tests/selection.js
- auto_tests/tests/update_options.js
https://github.com/danvk/dygraphs/issues/1024

site generation is a pita
- symlinks
- extras (src/src-es5 is not actually needed)
- …
2 changes: 1 addition & 1 deletion gallery/synchronize.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gallery.register(
'others. Selecting points on one will select points on the others.</p>',
'<p>To use this, source <a href="../extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.',
'See the comments in that file for usage. However, for better browser',
'compatibility, use the file from <tt>src-es5/extras/</tt> instead.</p>',
'compatibility, use the file from <tt>src-es5/extras/</tt> (<tt>dist/extras/</tt>) instead.</p>',
'<div class="chart-container">',
' <div id="div1" class="chart"></div>',
' <div id="div2" class="chart"></div>',
Expand Down
1 change: 0 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ cp -L .jslibs/* ../site/.jslibs/
cd ..
pax -rw dist site/
rm -f site/dist/tests.js
pax -rw src src-es5 site/
find site -print0 | xargs -0r chmod a+rX --
2 changes: 1 addition & 1 deletion tests/synchronize.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<p>To use this, source <a href="../extras/synchronizer.js"><code>extras/synchronizer.js</code></a> on your page.
See the comments in that file for usage. However, for better browser
compatibility, use the file from <tt>src-es5/extras/</tt> instead.</p>
compatibility, use the file from <tt>src-es5/extras/</tt> (<tt>dist/extras/</tt>) instead.</p>

<div class="chart-container">
<div id="div1" class="chart"></div>
Expand Down

0 comments on commit 18d1327

Please sign in to comment.