validation failing since upgrade

I had another look at this.. I have 2 envs, my prod env I upgraded using git and the dev one using the console. My console upgrade is quite stable, it's the one I pulled from git that I'm having these issues with.

Not sure if this helps with debugging this problem.

Thanks
S
 
Yeah, I notice that yesterday, not entirely sure why it suddenly started failing. It's on my list for today.

-- hugh
 
That worked thanks! On a side note (I did it manually) but what do you do to regenerate the minified version in dist? Do you just take that file and put it through a minification tool and then write it out to the form.js under dist? Or is there a tool built into J! that you use?
 
We have a "grunt" build script, in ./Gruntfile.js in git. And run it in PHP Storm, which has built in support for Grunt.

https://gruntjs.com/

We used to use a Grunt runner, which watched all the JS files an automatically built the minified when a JS changed, but we have so many JS files, that chewed up a lot of resources. So we just run it by hand when required now.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top