README.md in exvo_helpers-0.5.1 vs README.md in exvo_helpers-0.5.2
- old
+ new
@@ -18,28 +18,28 @@
Exvo::Helpers.sso_cookie_domain => 'exvo.local'
Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key'
Exvo::Helpers.auth_host => 'auth.exvo.local'
-Exvo::Helpers.cdn_host => 'www.exvo.local'
+Exvo::Helpers.cdn_host => 'home.exvo.local'
Exvo::Helpers.cfs_host => 'cfs.exvo.local'
-Exvo::Helpers.desktop_host => 'www.exvo.local'
+Exvo::Helpers.desktop_host => 'home.exvo.local'
Exvo::Helpers.themes_host => 'themes.exvo.local'
-Exvo::Helpers.blog_host => 'blog.exvo.local'
+Exvo::Helpers.blog_host => 'www.exvo.local'
Exvo::Helpers.contacts_host => 'contacts.exvo.local'
Exvo::Helpers.inbox_host => 'inbox.exvo.local'
Exvo::Helpers.music_host => 'music.exvo.local'
Exvo::Helpers.pics_host => 'pics.exvo.local'
Exvo::Helpers.preview_host => 'preview.exvo.local'
Exvo::Helpers.store_host => 'store.exvo.local'
Exvo::Helpers.auth_uri => 'http://auth.exvo.local'
-Exvo::Helpers.cdn_uri => 'http://www.exvo.local'
+Exvo::Helpers.cdn_uri => 'http://home.exvo.local'
Exvo::Helpers.cfs_uri => 'http://cfs.exvo.local'
-Exvo::Helpers.desktop_uri => 'http://www.exvo.local'
+Exvo::Helpers.desktop_uri => 'http://home.exvo.local'
Exvo::Helpers.themes_uri => 'http://themes.exvo.local'
-Exvo::Helpers.blog_uri => 'http://blog.exvo.local'
+Exvo::Helpers.blog_uri => 'http://www.exvo.local/blog'
Exvo::Helpers.contacts_uri => 'http://contacts.exvo.local'
Exvo::Helpers.inbox_uri => 'http://inbox.exvo.local'
Exvo::Helpers.music_uri => 'http://music.exvo.local'
Exvo::Helpers.pics_uri => 'http://pics.exvo.local'
Exvo::Helpers.preview_uri => 'http://preview.exvo.local'
@@ -64,11 +64,11 @@
ENV['AUTH_HOST'] = 'test.auth.exvo.com'
ENV['CDN_HOST'] = 'test.cdn.exvo.com'
ENV['CFS_HOST'] = 'test.cfs.exvo.com'
ENV['DESKTOP_HOST'] = 'test.exvo.com'
ENV['THEMES_HOST'] = 'test.themes.exvo.com'
-ENV['BLOG_HOST'] = 'test.blog.exvo.local'
+ENV['BLOG_HOST'] = 'test.www.exvo.local'
ENV['CONTACTS_HOST'] = 'test.contacts.exvo.local'
ENV['INBOX_HOST'] = 'test.inbox.exvo.local'
ENV['MUSIC_HOST'] = 'test.music.exvo.local'
ENV['PICS_HOST'] = 'test.pics.exvo.local'
ENV['PREVIEW_HOST'] = 'test.preview.exvo.local'
@@ -90,11 +90,11 @@
Exvo::Helpers.auth_host = 'test.auth.exvo.com'
Exvo::Helpers.cdn_host = 'test.cdn.exvo.com'
Exvo::Helpers.cfs_host = 'test.cfs.exvo.com'
Exvo::Helpers.desktop_host = 'test.exvo.com'
Exvo::Helpers.themes_host = 'test.themes.exvo.com'
-Exvo::Helpers.blog_host = 'test.blog.exvo.local'
+Exvo::Helpers.blog_host = 'test.www.exvo.local'
Exvo::Helpers.contacts_host = 'test.contacts.exvo.local'
Exvo::Helpers.inbox_host = 'test.inbox.exvo.local'
Exvo::Helpers.music_host = 'test.music.exvo.local'
Exvo::Helpers.pics_host = 'test.pics.exvo.local'
Exvo::Helpers.preview_host = 'test.preview.exvo.local'
@@ -120,14 +120,14 @@
```
=>
```html
-<script src="http://www.exvo.local/javascripts/bundles/plugins.js" type="text/javascript"></script>
-<script src="http://www.exvo.local/javascripts/bundles/utils.js" type="text/javascript"></script>
-<script src="http://www.exvo.local/javascripts/bundles/widgets.js" type="text/javascript"></script>
-<script src="http://www.exvo.local/javascripts/bundles/dock.js" type="text/javascript"></script>
-<script src="http://www.exvo.local/javascripts/bundles/uploader.js" type="text/javascript"></script>
+<script src="http://home.exvo.local/javascripts/bundles/plugins.js" type="text/javascript"></script>
+<script src="http://home.exvo.local/javascripts/bundles/utils.js" type="text/javascript"></script>
+<script src="http://home.exvo.local/javascripts/bundles/widgets.js" type="text/javascript"></script>
+<script src="http://home.exvo.local/javascripts/bundles/dock.js" type="text/javascript"></script>
+<script src="http://home.exvo.local/javascripts/bundles/uploader.js" type="text/javascript"></script>
```
### themes_stylesheet_link_tag