Skip to content

Commit 27521f0

Browse files
authored
Merge pull request #17 from materializecss/refactor-filestructure
refactor: group source files in a folder
2 parents 8b0da7b + b95630d commit 27521f0

File tree

387 files changed

+620
-1426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+620
-1426
lines changed

fullscreen-slider-demo.html

-50
This file was deleted.

404.html renamed to src/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ <h2 class="header">Are You Lost?</h2>
3636
<!-- End Container -->
3737
</main>
3838
{{> footer }}
39-
<script type="module" src="/src/main.ts"></script>
39+
<script type="module" src="/main.ts"></script>
4040
</body>
4141
</html>

about.html renamed to src/about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ <h5>The original team</h5>
115115
<!-- End Container -->
116116
</main>
117117
{{> footer }}
118-
<script type="module" src="/src/main.ts"></script>
118+
<script type="module" src="/main.ts"></script>
119119
</body>
120120
</html>

auto-init.html renamed to src/auto-init.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<div class="row">
1313
<div class="col s12 m8 offset-m1 xl7 offset-xl1">
1414
<div id="introduction" class="section scrollspy">
15-
<p class="caption">
16-
Auto Init allows you to initialize all of the Materialize Components with a single function call.
17-
</p>
15+
<p class="caption">Auto Init allows you to initialize all of the Materialize Components with a single function call.</p>
1816
</div>
1917

2018
<div id="initialization" class="scrollspy section">
@@ -55,7 +53,9 @@ <h3 class="header">Options</h3>
5553
<tr>
5654
<td>options</td>
5755
<td>Object</td>
58-
<td><pre><code>{}</code></pre></td>
56+
<td>
57+
<pre><code>{}</code></pre>
58+
</td>
5959
<td>Options for each component (see components respective documentation for more information).</td>
6060
</tr>
6161
</tbody>
@@ -87,6 +87,6 @@ <h3 class="header">Ignoring Elements</h3>
8787
</div>
8888
</main>
8989
{{> footer }}
90-
<script type="module" src="/src/main.ts"></script>
90+
<script type="module" src="/main.ts"></script>
9191
</body>
9292
</html>

autocomplete.html renamed to src/autocomplete.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,6 @@ <h3 class="header">Properties</h3>
372372
</div>
373373
</main>
374374
{{> footer }}
375-
<script type="module" src="/src/main.ts"></script>
375+
<script type="module" src="/main.ts"></script>
376376
</body>
377377
</html>

badges.html renamed to src/badges.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ <h5 class="light">Custom Caption</h5>
221221
</div>
222222
</main>
223223
{{> footer }}
224-
<script type="module" src="/src/main.ts"></script>
224+
<script type="module" src="/main.ts"></script>
225225
</body>
226226
</html>

breadcrumbs.html renamed to src/breadcrumbs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ <h3 class="header">Basic</h3>
6464
</div>
6565
</main>
6666
{{> footer }}
67-
<script type="module" src="/src/main.ts"></script>
67+
<script type="module" src="/main.ts"></script>
6868
</body>
6969
</html>

buttons.html renamed to src/buttons.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,6 @@ <h3 class="header">Disabled</h3>
308308
</div>
309309
</main>
310310
{{> footer }}
311-
<script type="module" src="/src/main.ts"></script>
311+
<script type="module" src="/main.ts"></script>
312312
</body>
313313
</html>

cards.html renamed to src/cards.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,6 @@ <h3 class="header">Card Panel</h3>
609609

610610
</main>
611611
{{> footer }}
612-
<script type="module" src="/src/main.ts"></script>
612+
<script type="module" src="/main.ts"></script>
613613
</body>
614614
</html>

carousel.html renamed to src/carousel.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,6 @@ <h2>Fourth Panel</h2>
423423
</main>
424424

425425
{{> footer }}
426-
<script type="module" src="/src/main.ts"></script>
426+
<script type="module" src="/main.ts"></script>
427427
</body>
428428
</html>

checkboxes.html renamed to src/checkboxes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@
116116
</div>
117117
</main>
118118
{{> footer }}
119-
<script type="module" src="/src/main.ts"></script>
119+
<script type="module" src="/main.ts"></script>
120120
</body>
121121
</html>

chips.html renamed to src/chips.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,6 @@ <h3 class="header">Properties</h3>
402402

403403
</main>
404404
{{> footer }}
405-
<script type="module" src="/src/main.ts"></script>
405+
<script type="module" src="/main.ts"></script>
406406
</body>
407407
</html>

collapsible.html renamed to src/collapsible.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,6 @@ <h5 class="light">Popout</h5>
464464

465465
</main>
466466
{{> footer }}
467-
<script type="module" src="/src/main.ts"></script>
467+
<script type="module" src="/main.ts"></script>
468468
</body>
469469
</html>

collections.html renamed to src/collections.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ <h3 class="header">Avatar Content</h3>
245245
</div>
246246
</main>
247247
{{> footer }}
248-
<script type="module" src="/src/main.ts"></script>
248+
<script type="module" src="/main.ts"></script>
249249
</body>
250250
</html>

color.html renamed to src/color.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,6 @@ <h3 class="header">Color Palette</h3>
436436
</div>
437437
</main>
438438
{{> footer }}
439-
<script type="module" src="/src/main.ts"></script>
439+
<script type="module" src="/main.ts"></script>
440440
</body>
441441
</html>

css-transitions.html renamed to src/css-transitions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ <h5>Scale</h5>
5858
</div>
5959
</main>
6060
{{> footer }}
61-
<script type="module" src="/src/main.ts"></script>
61+
<script type="module" src="/main.ts"></script>
6262
</body>
6363
</html>

0 commit comments

Comments
 (0)