Forums

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

Home Forums CSS Is there a way to achieve livereload through the terminal

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45605
    akurtula
    Participant

    Hi

    Until now I have used codekit to compile my sass. As you know with codekit the browser reloads when compiling sass.

    Now I wanted to use the power of source maps in order to edit sass in chrome. As a result I had to install sass and compass through terminal and use them like so:

    sass –watch –sourcemap –compass sass:stylesheets
    This compiles the sass but it does not reload the page afterwards. Is there a way get the live reload feature without using codekit?

    Thanks

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.