Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyone know why we need static/js/production.min.js ? #57

Open
kamanwu opened this issue Mar 9, 2019 · 2 comments
Open

Anyone know why we need static/js/production.min.js ? #57

kamanwu opened this issue Mar 9, 2019 · 2 comments

Comments

@kamanwu
Copy link

kamanwu commented Mar 9, 2019

What's the function of this js file? do we need it?

@appernetic
Copy link
Collaborator

Is it linked in the HTML code?

@duckunix
Copy link

It is called from layouts/partials/scripts.html, which is in turn called from:

  • layouts/_default/baseof.html
  • layouts/taxonomy/category.html
  • layouts/taxonomy/tag.html
  • layouts/taxonomy/series.html

And amoung other things (did not fully dig into it once I found this) is that it is reponsible for displaying your featured image on both the index page, and on the post page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants