Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back to BASE_PATH of subdomain. #38

Merged
merged 1 commit into from Feb 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gruntfile.js
Expand Up @@ -444,23 +444,23 @@ module.exports = function (grunt) {
overwrite: true,
replacements: [{
from: '<link rel="stylesheet" href="css/',
to: '<link rel="stylesheet" href="//gizra.github.io/CDL-ES/css/'
to: '<link rel="stylesheet" href="//bnideposito.fundaciongsr.com/css/'
},
{
from: '<script src="js/',
to: '<script src="//gizra.github.io/CDL-ES/js/'
to: '<script src="//bnideposito.fundaciongsr.com/js/'
},
{
from: '<script src="/js/',
to: '<script src="//gizra.github.io/CDL-ES/js/'
to: '<script src="//bnideposito.fundaciongsr.com/js/'
},
{
from: 'url(/fonts/',
to: 'url(http://gizra.github.io/CDL-ES/fonts/'
to: 'url(http://bnideposito.fundaciongsr.com/fonts/'
},
{
from: 'url(/images/',
to: 'url(http://gizra.github.io/CDL-ES/images/'
to: 'url(http://bnideposito.fundaciongsr.com/images/'
}]
}
},
Expand Down
4 changes: 2 additions & 2 deletions _config.build.yml
Expand Up @@ -19,7 +19,7 @@ show_drafts: false
# Else if you are pushing to username.github.io, replace with your username.
# Finally if you are pushing to a GitHub project page, include the project name at the end.
#
production_url : gizra.github.io/CDL-ES
production_url : bnideposito.fundaciongsr.com

# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
Expand Down Expand Up @@ -48,7 +48,7 @@ JB :
# - Only the following values are falsy: ["", null, false]
# - When setting BASE_PATH it must be a valid url.
# This means always setting the protocol (http|https) or prefixing with "/"
BASE_PATH : "http://gizra.github.io/CDL-ES"
BASE_PATH : "http://bnideposito.fundaciongsr.com"

# By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
# ex: [BASE_PATH]/assets/themes/[THEME-NAME]
Expand Down
2 changes: 1 addition & 1 deletion app/js/config.js
Expand Up @@ -90,7 +90,7 @@
x: 600,
y: -150,
styleNode: 'translation',
url: 'http://gizra.github.io/CDL/'
url: 'http://nlideposit.fundaciongsr.com/'
}
}
};
Expand Down