ci: improve release process, clean up and re-org repo, add automated minification (#143)
* ci: update scripts * release 2.7.1 * remove tracked stylesheets * docs: revert stable tag to 2.7.0 * chore: move Plugin source into own dir * docs: delete info texts These can now be found in the [project wiki][wiki]. [wiki]: https://github.com/markcheret/footnotes/wiki * docs: tweak contributing guide * ci: reflect new directory structure * chore: update gitignore * chore: reflect new dir structure * docs: update documentation * build(linting): add Husky hooks, Markdown linting, lint all MD files * fix pre-push command * fix pre-push command * build: add stylesheet, JS minification * ci: add linting steps * ci: comment out CSS linting step (that's going to be a whole *thing*) * ci: minify all JS files * ci: call correct JS file * chore: lint * ci: fix PHP linting commands * chore: increment version constant string * ci: concat AMP stylesheets * ci: improve build scripts * chore: add assets dir
This commit is contained in:
parent
e780d817c1
commit
6a1117be15
183 changed files with 9761 additions and 2941 deletions
|
@ -73,44 +73,49 @@
|
|||
<h2>Files</h2>
|
||||
<h3>B</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-widgets-base.html"><abbr title="class/widgets/base.php">base.php</abbr></a></li>
|
||||
<li><a href="files/src-class-widgets-base.html"><abbr title="src/class/widgets/base.php">base.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>C</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-config.html"><abbr title="class/config.php">config.php</abbr></a></li>
|
||||
<li><a href="files/class-convert.html"><abbr title="class/convert.php">convert.php</abbr></a></li>
|
||||
<li><a href="files/src-class-config.html"><abbr title="src/class/config.php">config.php</abbr></a></li>
|
||||
<li><a href="files/src-class-convert.html"><abbr title="src/class/convert.php">convert.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>H</h3>
|
||||
<h3>F</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-hooks.html"><abbr title="class/hooks.php">hooks.php</abbr></a></li>
|
||||
<li><a href="files/src-footnotes.html"><abbr title="src/footnotes.php">footnotes.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>H</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/src-class-hooks.html"><abbr title="src/class/hooks.php">hooks.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>I</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-dashboard-init.html"><abbr title="class/dashboard/init.php">init.php</abbr></a></li>
|
||||
<li><a href="files/class-init.html"><abbr title="class/init.php">init.php</abbr></a></li>
|
||||
<li><a href="files/src-includes.html"><abbr title="src/includes.php">includes.php</abbr></a></li>
|
||||
<li><a href="files/src-class-dashboard-init.html"><abbr title="src/class/dashboard/init.php">init.php</abbr></a></li>
|
||||
<li><a href="files/src-class-init.html"><abbr title="src/class/init.php">init.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>L</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-language.html"><abbr title="class/language.php">language.php</abbr></a></li>
|
||||
<li><a href="files/class-dashboard-layout.html"><abbr title="class/dashboard/layout.php">layout.php</abbr></a></li>
|
||||
<li><a href="files/src-class-language.html"><abbr title="src/class/language.php">language.php</abbr></a></li>
|
||||
<li><a href="files/src-class-dashboard-layout.html"><abbr title="src/class/dashboard/layout.php">layout.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>R</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-widgets-reference-container.html"><abbr title="class/widgets/reference-container.php">reference-container.php</abbr></a></li>
|
||||
<li><a href="files/src-class-widgets-reference-container.html"><abbr title="src/class/widgets/reference-container.php">reference-container.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>S</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-settings.html"><abbr title="class/settings.php">settings.php</abbr></a></li>
|
||||
<li><a href="files/class-dashboard-subpage-main.html"><abbr title="class/dashboard/subpage-main.php">subpage-main.php</abbr></a></li>
|
||||
<li><a href="files/src-class-settings.html"><abbr title="src/class/settings.php">settings.php</abbr></a></li>
|
||||
<li><a href="files/src-class-dashboard-subpage-main.html"><abbr title="src/class/dashboard/subpage-main.php">subpage-main.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>T</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-task.html"><abbr title="class/task.php">task.php</abbr></a></li>
|
||||
<li><a href="files/class-template.html"><abbr title="class/template.php">template.php</abbr></a></li>
|
||||
<li><a href="files/src-class-task.html"><abbr title="src/class/task.php">task.php</abbr></a></li>
|
||||
<li><a href="files/src-class-template.html"><abbr title="src/class/template.php">template.php</abbr></a></li>
|
||||
</ul>
|
||||
<h3>W</h3>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li><a href="files/class-wysiwyg.html"><abbr title="class/wysiwyg.php">wysiwyg.php</abbr></a></li>
|
||||
<li><a href="files/src-class-wysiwyg.html"><abbr title="src/class/wysiwyg.php">wysiwyg.php</abbr></a></li>
|
||||
</ul>
|
||||
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
|
||||
<section class="phpdocumentor-search-results__dialog">
|
||||
|
|
Reference in a new issue