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-7.7.1 _includes/js/webpack.html
jekyll-theme-pirati-7.7.0 _includes/js/webpack.html
jekyll-theme-pirati-7.6.2 _includes/js/webpack.html
jekyll-theme-pirati-7.6.1 _includes/js/webpack.html
jekyll-theme-pirati-7.6.0 _includes/js/webpack.html
jekyll-theme-pirati-7.5.0 _includes/js/webpack.html
jekyll-theme-pirati-7.4.0 _includes/js/webpack.html
jekyll-theme-pirati-7.3.0 _includes/js/webpack.html
jekyll-theme-pirati-7.2.0 _includes/js/webpack.html
jekyll-theme-pirati-7.1.1 _includes/js/webpack.html
jekyll-theme-pirati-7.0.0 _includes/js/webpack.html
jekyll-theme-pirati-6.9.0 _includes/js/webpack.html
jekyll-theme-pirati-6.8.0 _includes/js/webpack.html
jekyll-theme-pirati-6.7.2 _includes/js/webpack.html
jekyll-theme-pirati-6.7.0 _includes/js/webpack.html
jekyll-theme-pirati-6.6.2 _includes/js/webpack.html
jekyll-theme-pirati-6.6.1 _includes/js/webpack.html
jekyll-theme-pirati-6.6.0 _includes/js/webpack.html
jekyll-theme-pirati-6.5.0 _includes/js/webpack.html
jekyll-theme-pirati-6.4.0 _includes/js/webpack.html