diff options
| author | 2015-08-26 07:57:23 -0300 | |
|---|---|---|
| committer | 2015-08-26 07:57:23 -0300 | |
| commit | 70ceb871117ca811d63cb02671dc0fefc2700883 (patch) | |
| tree | 846133ea39797d2cd1101cff2ac0818167353490 /scripts/update-bower.sh | |
| parent | 8559119e2f45b7f6508282962c0430423bfab051 (diff) | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
Merge tag 'upstream/7.6.4'
Upstream version 7.6.4
Diffstat (limited to 'scripts/update-bower.sh')
| -rwxr-xr-x | scripts/update-bower.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/update-bower.sh b/scripts/update-bower.sh index d077434..fbf69a0 100755 --- a/scripts/update-bower.sh +++ b/scripts/update-bower.sh @@ -27,29 +27,29 @@ git add moment-with-locales.min.js popd # Link jQuery to bootstrap theme -pushd nikola/data/themes/bootstrap/assets/js +pushd nikola/data/themes/bootstrap3/assets/js ln -sf ../../../../../../bower_components/jquery/dist/* . git add . popd # Link colorbox into bootstrap theme -pushd nikola/data/themes/bootstrap/assets/js +pushd nikola/data/themes/bootstrap3/assets/js ln -sf ../../../../../../bower_components/jquery-colorbox/jquery.colorbox.js . git add jquery.colorbox.js popd -pushd nikola/data/themes/bootstrap/assets/js/colorbox-i18n +pushd nikola/data/themes/bootstrap3/assets/js/colorbox-i18n ln -sf ../../../../../../../bower_components/jquery-colorbox/i18n/* . git add . popd -pushd nikola/data/themes/bootstrap/assets/css/ +pushd nikola/data/themes/bootstrap3/assets/css/ ln -sf ../../../../../../bower_components/jquery-colorbox/example3/colorbox.css . git add colorbox.css popd -pushd nikola/data/themes/bootstrap/assets/css/images/ +pushd nikola/data/themes/bootstrap3/assets/css/images/ ln -sf ../../../../../../../bower_components/jquery-colorbox/example3/images/* . git add . popd |
