This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Description
Hi guys, I'm having some problems with the auto reload function.
When I save a file I can see in my console that it is compiling end sending the reload massage to my browser(chrome) only nothing happens.
I'm running rails on a Ubuntu 16.04.2 machine.
Part of my packege.json
{
"repository": {},
"dependencies": {
"actioncable": "^5.0.0",
"bourbon": "^4.3.3",
"breakfast-rails": "0.5.0",
"copycat-brunch": "^1.1.0",
"highcharts": "^5.0.9",
"jquery": "^3.1.0",
"jquery-ujs": "^1.2.2",
"postcss-lh": "^1.1.4",
"turbolinks": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-brunch": "~6.0.0",
"brunch": "^2.10.8",
"clean-css-brunch": "~1.8.0",
"coffee-script-brunch": "^2.10.1",
"postcss-brunch": "^0.5.0",
"postcss-responsive-font": "^1.0.0",
"postcss-scss": "^0.4.1",
"sass-brunch": "^2.10.4",
"uglify-js-brunch": "~2.1.0"
}
}

