Skip to content

Commit

Permalink
Merge pull request #232 from Gizra/231
Browse files Browse the repository at this point in the history
BASE_PATH and url to switch the language changed.
  • Loading branch information
Carlos Mantilla committed Feb 20, 2014
2 parents b0c7241 + 24098d3 commit a9cc3a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.js
Expand Up @@ -427,23 +427,23 @@ module.exports = function (grunt) {
overwrite: true, overwrite: true,
replacements: [{ replacements: [{
from: '<link rel="stylesheet" href="css/', from: '<link rel="stylesheet" href="css/',
to: '<link rel="stylesheet" href="//nlideposit.fundaciongsr.com/css/' to: '<link rel="stylesheet" href="//gizra.github.io/CDL/css/'
}, },
{ {
from: '<script src="js/', from: '<script src="js/',
to: '<script src="//nlideposit.fundaciongsr.com/js/' to: '<script src="//gizra.github.io/CDL/js/'
}, },
{ {
from: '<script src="/js/', from: '<script src="/js/',
to: '<script src="//nlideposit.fundaciongsr.com/js/' to: '<script src="//gizra.github.io/CDL/js/'
}, },
{ {
from: 'url(/fonts/', from: 'url(/fonts/',
to: 'url(http://nlideposit.fundaciongsr.com/fonts/' to: 'url(http://gizra.github.io/CDL/fonts/'
}, },
{ {
from: 'url(/images/', from: 'url(/images/',
to: 'url(http://nlideposit.fundaciongsr.com/images/' to: 'url(http://gizra.github.io/CDL/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. # 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. # Finally if you are pushing to a GitHub project page, include the project name at the end.
# #
production_url : nlideposit.fundaciongsr.com production_url : gizra.github.io/CDL


# All Jekyll-Bootstrap specific configurations are namespaced into this hash # 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] # - Only the following values are falsy: ["", null, false]
# - When setting BASE_PATH it must be a valid url. # - When setting BASE_PATH it must be a valid url.
# This means always setting the protocol (http|https) or prefixing with "/" # This means always setting the protocol (http|https) or prefixing with "/"
BASE_PATH : "http://nlideposit.fundaciongsr.com" BASE_PATH : "http://gizra.github.io/CDL"


# By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme. # By default, the asset_path is automatically defined relative to BASE_PATH plus the enabled theme.
# ex: [BASE_PATH]/assets/themes/[THEME-NAME] # 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, x: 600,
y: -150, y: -150,
styleNode: 'translation', styleNode: 'translation',
url: 'http://bnideposito.fundaciongsr.com/' url: 'http://gizra.github.io/CDL-ES/'
} }
} }
}; };
Expand Down

0 comments on commit a9cc3a3

Please sign in to comment.