Answer the question
In order to leave comments, you need to log in
How to get grunt LiveReload on vagrant?
Can you tell me how to configure livereload on vagrant?
watch: {
...
less: {
files: ['assets/less/**/*.less'],
tasks: ['less'],
options: {
livereload: 1334
}
},
....
}
<script src="//localhost:1334/livereload.js"></script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question