source 'https://rubygems.org'

#---------
# Guard
#---------
gem 'guard'

#-----------------
# Preprocessors
#-----------------

#------------------------
# Template preprocessors
#------------------------
gem 'guard-slim'

#--------------------------
# Javascript preprocessors
#--------------------------
gem 'guard-coffeescript'
gem 'guard-uglify', github: 'pferdefleisch/guard-uglify'

#---------------------------
# Stylesheets preprocessors
#---------------------------
gem 'guard-sass'

#----------------
# Liverreload
#----------------
# Install browser extension to use this gem  http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-
# Safari, Chrome, Firefox only
gem 'guard-livereload'

#-------------------
# Guard notifiers
#-------------------

# MacOS users: Growl notifications
# Please install first growlnotify library - http://growl.info/extras.php#growlnotify
gem 'rb-fsevent'
gem 'growl'

# *nix users: Libnotify notifications
# Please install first libnotify-bin package with your favorite package manager.
# gem 'libnotify'

# Windows users: Notifu notifications
# Please install first Notifu - http://www.paralint.com/projects/notifu/
# gem 'rb-notifu'
