You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
I noticed that the javascript wasn't updating while in "dev" mode. Not sure if this was intentional?
This is how I fixed this:
I added 'version' to the js task in Gruntfile.js then ran
grunt build
grunt dev
ie:
js: {
files: [
'<%= jshint.all %>'
],
tasks: ['uglify', 'version']
},
The text was updated successfully, but these errors were encountered: