Sha256: d4d54605fd5375914c834337f9a832be5fe1cd57b112065032e69e3aec6183c3

Contents?: true

Size: 504 Bytes

Versions: 57

Compression:

Stored size: 504 Bytes

Contents

{% if jekyll.environment == 'production' %}
  <!-- Stylesheets for JS files -->
  {% for file in site.data.webpackManifest.manifest.css %}
    <link rel="stylesheet" href="{{ file | relative_url }}">
  {% endfor %}
  <!-- JS files -->
  {% for file in site.data.webpackManifest.manifest.js %}
    <script src="{{ file | relative_url }}"></script>
  {% endfor %}
{% else %}
  <script src="{{ site.js_base_url }}vendor.main.js"></script>
  <script src="{{ site.js_base_url }}main.js"></script>
{% endif %}

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
jekyll-theme-pirati-4.2.2 _includes/js/webpack.html
jekyll-theme-pirati-4.2.1 _includes/js/webpack.html
jekyll-theme-pirati-4.2.0 _includes/js/webpack.html
jekyll-theme-pirati-4.1.0 _includes/js/webpack.html
jekyll-theme-pirati-4.0.0 _includes/js/webpack.html
jekyll-theme-pirati-3.6.0 _includes/js/webpack.html
jekyll-theme-pirati-3.5.1 _includes/js/webpack.html
jekyll-theme-pirati-3.5.0 _includes/js/webpack.html
jekyll-theme-pirati-3.4.0 _includes/js/webpack.html
jekyll-theme-pirati-3.3.0 _includes/js/webpack.html
jekyll-theme-pirati-3.2.2 _includes/js/webpack.html
jekyll-theme-pirati-3.2.1 _includes/js/webpack.html
jekyll-theme-pirati-3.2.0 _includes/js/webpack.html
jekyll-theme-pirati-3.1.2 _includes/js/webpack.html
jekyll-theme-pirati-3.1.1 _includes/js/webpack.html
jekyll-theme-pirati-3.1.0 _includes/js/webpack.html
jekyll-theme-pirati-3.0.0 _includes/js/webpack.html