Skip to content

Commit

Permalink
Deploying to gh-pages from @ 21c7411 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Aug 30, 2023
1 parent 7a550aa commit 3bc8d5c
Show file tree
Hide file tree
Showing 55 changed files with 52 additions and 510 deletions.
1 change: 0 additions & 1 deletion CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Getting_Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion IDE_Integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/babel_preset_swissquote.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
4 changes: 1 addition & 3 deletions Packages/crafty/Anatomy_of_a_preset.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item Nav__item--active'><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down Expand Up @@ -226,7 +225,6 @@ <h2><a id="defining-a-preset" href="#defining-a-preset" class="Permalink" aria-h
<span class="hljs-comment">// babel</span>
<span class="hljs-comment">// jest</span>
<span class="hljs-comment">// gulp</span>
<span class="hljs-comment">// rollup</span>
<span class="hljs-comment">// webpack</span>
}
</code></pre>
Expand Down Expand Up @@ -266,7 +264,7 @@ <h2><a id="defining-a-bundlecreator" href="#defining-a-bundlecreator" class="Per
<span class="hljs-comment">/*
* The watch expression to use to rebuild this asset.
* Any glob expression is valid, is needed for Gulp in watch mode.
* Webpack and rollup.js have their own mechanism to watch files and don't need this option.
* Webpack has its own mechanism to watch files and don't need this option.
* If nothing is specified, it will use the value of `source` as a watch expression
*/</span>
watch?: <span class="hljs-built_in">string</span> | <span class="hljs-built_in">string</span>[];
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty/The_Crafty_instance.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item Nav__item--active'><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
3 changes: 1 addition & 2 deletions Packages/crafty_preset_babel/JavaScript_Features.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item Nav__item--open has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item Nav__item--active'><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down Expand Up @@ -190,7 +189,7 @@ <h2><a id="ecmascript-2015-2016-with-babel" href="#ecmascript-2015-2016-with-bab
<li>Minify all files with Terser</li>
</ul>
<p>After this, we get a bundle named <code>app.min.js</code> in <code>dist/js</code>.</p>
<p>Both Webpack and rollup.js us Babel to compile modern JavaScript to JavaScript that all browsers understand.</p>
<p>Webpack uses Babel to compile modern JavaScript to JavaScript that all browsers understand.</p>
<h3><a id="babel" href="#babel" class="Permalink" aria-hidden="true" title="Permalink">#</a>Babel</h3>
<p>Babel is a compiler that gets all its features through plugins.
We chose the best plugins in the community to get the best out of it.</p>
Expand Down
19 changes: 6 additions & 13 deletions Packages/crafty_preset_babel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item Nav__item--open has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down Expand Up @@ -157,9 +156,6 @@ <h1><a href="../../Packages/index.html">Packages</a> <svg class="Page__header--s
<a href="../crafty_runner_gulp.html">Gulp</a>
</li>
<li>
<a href="../crafty_runner_rollup.html">rollup.js</a>
</li>
<li>
<a href="../crafty_runner_webpack.html">Webpack</a>
</li>
</ul>
Expand Down Expand Up @@ -192,7 +188,7 @@ <h4 class="TableOfContentsContainer__title">Table of Contents</h4>
<a href="#usage">Usage</a>
<ul>
<li>
<a href="#with-webpack-rollup-js">With Webpack / rollup.js</a>
<a href="#with-webpack">With Webpack</a>
<ul>
<li>
<a href="#javascript-external-assets">JavaScript External assets</a>
Expand Down Expand Up @@ -223,7 +219,7 @@ <h4 class="TableOfContentsContainer__title">Table of Contents</h4>
<h2><a id="description" href="#description" class="Permalink" aria-hidden="true" title="Permalink">#</a>Description</h2>
<p><strong>Babel</strong> is the leading tool to compile EcmaScript 2015+ to EcmaScript 5, combined with <strong>ESLint</strong> to lint your code, you get the best preset to get started.</p>
<h2><a id="features" href="#features" class="Permalink" aria-hidden="true" title="Permalink">#</a>Features</h2>
<p><code>@swissquote/crafty-preset-babel</code> is able to configure <strong>Babel</strong> with <strong>Webpack</strong> and <strong>rollup.js</strong>. This preset also supports <strong>Gulp</strong> but in this case it concatenates and minifies the files, it doesn’t resolve imports.</p>
<p><code>@swissquote/crafty-preset-babel</code> is able to configure <strong>Babel</strong> with <strong>Webpack</strong>. This preset also supports <strong>Gulp</strong> but in this case it concatenates and minifies the files, it doesn’t resolve imports.</p>
<p><a href="../babel_preset_swissquote.html">Our Babel preset</a></p>
<p><a href="JavaScript_Features.html">Read more</a></p>
<h2><a id="linting" href="#linting" class="Permalink" aria-hidden="true" title="Permalink">#</a>Linting</h2>
Expand All @@ -240,14 +236,14 @@ <h2><a id="installation" href="#installation" class="Permalink" aria-hidden="tru
],
<span class="hljs-attr">js</span>: {
<span class="hljs-attr">app</span>: {
<span class="hljs-attr">runner</span>: <span class="hljs-string">"webpack"</span>, <span class="hljs-comment">// Webpack, Gulp or rollup.js (optional if you have a single runner defined)</span>
<span class="hljs-attr">runner</span>: <span class="hljs-string">"webpack"</span>, <span class="hljs-comment">// Webpack or Gulp (optional if you have a single runner defined)</span>
<span class="hljs-attr">source</span>: <span class="hljs-string">"js/app.js"</span>
}
}
};
</code></pre>
<h2><a id="usage" href="#usage" class="Permalink" aria-hidden="true" title="Permalink">#</a>Usage</h2>
<h3><a id="with-webpack-rollup-js" href="#with-webpack-rollup-js" class="Permalink" aria-hidden="true" title="Permalink">#</a>With Webpack / rollup.js</h3>
<h3><a id="with-webpack" href="#with-webpack" class="Permalink" aria-hidden="true" title="Permalink">#</a>With Webpack</h3>
<p>Both runners have the same features in regards to Babel support.
They will resolve your modules recursively and bundle them in one file or more if you do some code-splitting.</p>
<h4><a id="javascript-external-assets" href="#javascript-external-assets" class="Permalink" aria-hidden="true" title="Permalink">#</a>JavaScript External assets</h4>
Expand All @@ -269,11 +265,8 @@ <h4><a id="javascript-external-assets" href="#javascript-external-assets" class=
}
</code></pre>
<p>In this example <code>react</code>, <code>react-dom</code> and all modules starting with <code>squp/</code> will be treated as external</p>
<blockquote>
<p>You can see that globs were used here, note that they work for Webpack but rollup.js needs complete strings.</p>
</blockquote>
<h3><a id="with-gulp" href="#with-gulp" class="Permalink" aria-hidden="true" title="Permalink">#</a>With Gulp</h3>
<p>Gulp will not bundle your files like Webpack and rollup.js do, instead it will generate one output file per input file.
<p>Gulp will not bundle your files like Webpack does, instead it will generate one output file per input file.
This is useful if you are creating a library as it’s the role of the final application to tree-shake what it doesn’t need from your library.</p>
<p>Tree-shaking is powerful but is sub-optimal on big files as some code patterns are recognized as side-effects and thus aren’t removed from your bundle even if they aren’t used.</p>
<h2><a id="usage-with-jest" href="#usage-with-jest" class="Permalink" aria-hidden="true" title="Permalink">#</a>Usage with Jest</h2>
Expand All @@ -297,7 +290,7 @@ <h3><a id="bundle-options" href="#bundle-options" class="Permalink" aria-hidden=
<td>Boolean</td>
<td>Yes</td>
<td>Gulp</td>
<td>This will merge all files together, outputting a single file. (This doesn’t resolve imports, use Webpack or rollup.js for this)</td>
<td>This will merge all files together, outputting a single file. (This doesn’t resolve imports, use Webpack for this)</td>
</tr>
</tbody>
</table>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_eslint/ESLint_IDE_Integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_eslint/JavaScript_Linting.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_eslint/TypeScript_Linting.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_eslint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_images.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
1 change: 0 additions & 1 deletion Packages/crafty_preset_images_simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<li class='Nav__item '><a href="../Packages/crafty/Anatomy_of_a_preset.html">Anatomy of a preset</a></li>
<li class='Nav__item '><a href="../Packages/crafty/The_Crafty_instance.html">The Crafty instance</a></li></ul></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_gulp.html">crafty-runner-gulp</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_rollup.html">crafty-runner-rollup</a></li>
<li class='Nav__item '><a href="../Packages/crafty_runner_webpack.html">crafty-runner-webpack</a></li>
<li class='Nav__item has-children'><a href="../Packages/crafty_preset_babel/index.html" class="Nav__item__link"><i class="Nav__arrow">&nbsp;</i>crafty-preset-babel</a><ul class='Nav'>
<li class='Nav__item '><a href="../Packages/crafty_preset_babel/JavaScript_Features.html">JavaScript Features</a></li></ul></li>
Expand Down
Loading

0 comments on commit 3bc8d5c

Please sign in to comment.