-
Notifications
You must be signed in to change notification settings - Fork 46
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
Any info on why olympos.min.js won't load? #1
Comments
Hmm that is weird. olympos.min.js doesn't appear in resources for me as well. But it is there. If you view the source you will see it. It is linking to the file, I just don't understand why Chrome doesn't pick it in the resources. I will check that out. Thanks. |
Unfortunately it isn't visible for me when I view source. I can confirm it's not writing to the site with this basic jquery function: $("body").click(function() { It works when I put it in my custom .js file I am calling in header.php [11:12:51] Starting 'uglify'... Thanks for the reply. |
Error: Cannot find module 'gulp-livereload' |
@Viktoru try doing |
Gulp is reading the changes of olympos.min.js but when I visit the site and inspect the resources I only see these files in js:
jquery, jquery-migrate, livereload, and wp-emoji-release.
The sass is compiling properly.
I linked directly to olympos.min.js and it loaded in inspector. The javascript doesn't appear to be compiling though because the code I put in main.js does not appear when I ctrl+f my custom code.
This is the top of my functions.php Any ideas on how I can track this issue down?
`
The text was updated successfully, but these errors were encountered: