Skip to content

Commit

Permalink
Make sure browsersync loads correct page
Browse files Browse the repository at this point in the history
  • Loading branch information
jadu-pulsar committed Aug 13, 2018
1 parent a2234ad commit 16d14aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -529,7 +529,7 @@ module.exports = function(grunt) {
'views/**/*'
],
options: {
proxy: 'http://192.168.13.37/index.php',
proxy: 'http://localhost:3000/app/app.php/lexicon',
reloadOnRestart: true,
watchTask: true
}
Expand Down

0 comments on commit 16d14aa

Please sign in to comment.