Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Javascript Live Reload #226

Open
karlikdesign opened this issue Jan 27, 2015 · 0 comments
Open

Javascript Live Reload #226

karlikdesign opened this issue Jan 27, 2015 · 0 comments

Comments

@karlikdesign
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant