forked from External/greenlight
* Removed deprecate sass-rails and replace with sassc-rails * Upgraded to Rails 5.2.3 * Fixed travis * Added back Spring code * Fixed travis again
9 lines
142 B
Ruby
9 lines
142 B
Ruby
# frozen_string_literal: true
|
|
|
|
%w[
|
|
.ruby-version
|
|
.rbenv-vars
|
|
tmp/restart.txt
|
|
tmp/caching-dev.txt
|
|
].each { |path| Spring.watch(path) }
|