Move locales login file outside of folder

This commit is contained in:
Jason 2015-03-26 13:34:28 -05:00
parent 5fc1b5e1cd
commit 83b2e1d53d

View File

@ -1,16 +1,18 @@
# Install transifex-ruby - https://rubygems.org/gems/transifex-ruby
#
# Create a file in the same directory called pull_locales_login.rb.
# Create a file called pull_locales_login.rb.
# Contents should be:
#
# Transifex.configure do |config|
# config.username = 'transifex.username'
# config.password = 'transifex.password'
# end
#
# Update require_relative to point to this file.
require 'transifex'
require 'fileutils'
require_relative 'pull_locales_login'
require_relative '../stylish-chrome-bin/pull_locales_login'
project_slug = 'stylish-for-chrome'