Skip to content

Commit

Permalink
Merge pull request #245 from Gizra/244
Browse files Browse the repository at this point in the history
Change BASE_PATH to gizra.github.io
  • Loading branch information
Carlos Mantilla committed Feb 27, 2014
2 parents 9cdc8c1 + bd105f7 commit fa85873
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 fa85873

Please sign in to comment.