scss.tmbundle

https://github.com/marioricalde/scss.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.

#create_tokens

Transition material in .secret to the secret_key_base key in config/secrets.yml.
Historically, ENV['SECRET_KEY_BASE'] takes precedence over .secret, so we maintain that
behavior.

It also used to be the case that the key material in ENV['SECRET_KEY_BASE'] or .secret
was used to encrypt OTP (two-factor authentication) data so if present, we copy that key
material into config/secrets.yml under otp_key_base.

Finally, if we have successfully migrated all secrets to config/secrets.yml, delete the
.secret file to avoid confusion.

Source | Google | Stack overflow

Edit

git clone [email protected]:marioricalde/scss.tmbundle.git

cd scss.tmbundle

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs--create_tokens-for-pr


# Commit to git

git add git commit -m "better docs for #create_tokens"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs--create_tokens-for-pr

hub pull-request


# Celebrate!