diff --git a/Rakefile b/Rakefile index 68f64ec99..f38914608 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- require 'rake/clean' -require 'tasks/backend' +require_relative 'tasks/backend' ROOT_DIR = File.expand_path('.') BUILDS_DIR = File.join(ROOT_DIR, 'dist')