arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Javascript Live Reload #226

Open karlikdesign opened 9 years ago

karlikdesign commented 9 years ago

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'] },