Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #401 from marcom-unimelb/rebuild-static-3.4
Browse files Browse the repository at this point in the history
Rebuild static site for v3.4
  • Loading branch information
axelboc committed Oct 23, 2015
2 parents ae731b6 + 752bf79 commit 75ef29f
Show file tree
Hide file tree
Showing 365 changed files with 575 additions and 380 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: RACK_ENV=production VERSION=v3.3.1 bundle exec thin start -p $PORT
web: RACK_ENV=production VERSION=v3.4 bundle exec thin start -p $PORT
2 changes: 1 addition & 1 deletion assets/shared/_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $round-to-nearest-half-line: true;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=1); // /* IE6-9 */
}

$cdnurl: '//uom-design-system.s3.amazonaws.com/shared';
$cdnurl: '//d2h9b02ioca40d.cloudfront.net/shared';

%imgreplace {
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion assets/targets/components/gallery/_photoswipe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $pswp__background-color: #000 !default;
$pswp__placeholder-color: #222 !default;
$pswp__box-sizing-border-box: true !default; // disable .pswp * { box-sizing:border-box } (in case you already have it in your site css)
$pswp__root-z-index: 1500 !default;
$pswp__assets-path: 'https://uom-design-system.s3.amazonaws.com/shared/assets/' !default; // path to skin assets folder (preloader, PNG and SVG sprite)
$pswp__assets-path: 'https://d2h9b02ioca40d.cloudfront.net/shared/assets/' !default; // path to skin assets folder (preloader, PNG and SVG sprite)
$pswp__error-text-color: #CCC !default; // "Image not loaded" text color
$pswp__include-minimal-style: true !default;

Expand Down
2 changes: 1 addition & 1 deletion assets/targets/components/gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function ImageGallery(el, props) {
}
});

loadScript('https://uom-design-system.s3.amazonaws.com/shared/photoswipe.pkgd.min.js', this.initPhotoSwipeFromDOM.bind(this));
loadScript('https://d2h9b02ioca40d.cloudfront.net/shared/photoswipe.pkgd.min.js', this.initPhotoSwipeFromDOM.bind(this));
}

/**
Expand Down
4 changes: 2 additions & 2 deletions assets/targets/injection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ window.UOMloadInjection = function() {

var assethostFooter, assethostHeader, Header, Nav, Footer, Icons, Accouncement;

assethostHeader = assethostFooter = '//uom-design-system.s3.amazonaws.com/shared/assets';
assethostHeader = assethostFooter = '//d2h9b02ioca40d.cloudfront.net/shared/assets';
// assethostHeader = assethostFooter = 'http://localhost:5001/assets';
// assethostHeader += '/injection/header';
// assethostFooter += '/injection/footer';
Expand All @@ -30,7 +30,7 @@ window.UOMloadInjection = function() {

Icons = require('./icons');
new Icons();

Accouncement = require('./announcement/index.es6');
new Accouncement({});
};
Expand Down
17 changes: 0 additions & 17 deletions breaking-changes.md

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.3.1/assets/components.css

This file was deleted.

2 changes: 0 additions & 2 deletions build/v3.3.1/assets/injection.js

This file was deleted.

1 change: 0 additions & 1 deletion build/v3.3.1/audio-video-guidelines/index.html

This file was deleted.

Loading

0 comments on commit 75ef29f

Please sign in to comment.