PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Filewatcher not processing updates to style.less on Save. #197

Closed davidkneely closed 9 years ago

davidkneely commented 9 years ago

Updated style.less with CSS for image upload. Filewatcher is not processing style.less to style.css. https://www.jetbrains.com/idea/help/transpiling-sass-less-and-scss-to-css.html

section { &#imageUpload { color: white; background-color: aqua; } }

pkarjala commented 9 years ago

AOK, I'll get this handled once I'm home.

pkarjala commented 9 years ago

Fixed and resolved! The issue was that the LESS filewatcher tends to turn itself off when you're dropping some of the IntelliJ config files while doing commits.