I don’t know if its my config rb file that isn’t right, or my Project file is incorectly typed but my Scout App isn’t updating like cris’ . I save it, but i have to refresh every time
My Config.rb
# Set this to the root of your project when deployed:
http_path = "C:/Users/Attila%20Hajzer/Desktop/project"
css_dir = "css"
sass_dir = "scss"
images_dir = "images"
javascripts_dir = "js"
my Sublime Project file:
{
"folders":
[
{
"follow_symlinks": true,
"path": "C:\\Users\\Attila Hajzer\\Desktop\\project"
}
]
}
ScoutApp does know that its changing :
Change detected at 00:39:51 to: _bits.scss
identical global.css
Change detected at 00:41:35 to: _bits.scss
overwrite global.css
Change detected at 00:42:47 to: _bits.scss
overwrite global.css
It just wont update in my browser automatically I’ve tried waiting a few minutes too and no changes automatically, i still need to refresh..