Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Compass (ScoutApp) not updating

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #145446
    Attila Hajzer
    Participant

    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..

    #145509
    TheDoc
    Member

    Does Scout actually auto update the page? I don’t see that anywhere in their feature lists.

    (Also, please try to keep everything in the same thread!)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.