Skip to content

Instantly share code, notes, and snippets.

@tchoutri
Created February 28, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchoutri/7a286087aff3482391ff0fef0baf1b7d to your computer and use it in GitHub Desktop.
Save tchoutri/7a286087aff3482391ff0fef0baf1b7d to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="<%= if System.get_env("MIX_ENV") == "prod" do
"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
else
"/css/font-awesome.min.css"
end%>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment