seothemes / genesis-starter-theme

A starter theme for the Genesis Framework with a modern development workflow
https://demo.seothemes.com/genesis-starter
145 stars 39 forks source link

Fixes function undefined due to webpack mix js #38

Closed roozbehk closed 4 years ago

roozbehk commented 4 years ago

Fix for Uncaught ReferenceError: show is not defined

laravel mix js minifed changes function names, causing the function calls to result in unknown. changing mix js with mix scripts fixes the output.

also including npm run build:prod for final minified version of js

bisonbrah commented 4 years ago

This still is NOT working.