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 #588 from marcom-unimelb/rebuild-static-v4.0
Browse files Browse the repository at this point in the history
Rebuild static v4.0
  • Loading branch information
waitingallday committed Apr 1, 2016
2 parents 8166eb8 + 152ddc7 commit 04a46f7
Show file tree
Hide file tree
Showing 393 changed files with 18,706 additions and 36,979 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WEBPACK_SERVER_PORT="7002"

# thin
PORT="7001"
CURRENT_VERSION="v3.9"
CURRENT_VERSION="v4.0"
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace :assets do
system "cp -a #{root}/assets/build/** #{build_dir}/assets"

# delete unused targets for static site
%w(debranded forms docs.js).each do |asset|
%w(debranded forms).each do |asset|
system "rm #{build_dir}/assets/#{asset}*"
end
end
Expand Down
2 changes: 1 addition & 1 deletion assets/targets/components/filtered-listings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ FilteredListing.prototype.handleSectionSelectChanged = function (e) {
* @param {Event} e
*/
FilteredListing.prototype.handleTagCheckboxesClicked = function (e) {
if (e.target.classList.has('checkbox')) {
if (e.target.classList.contains('checkbox')) {
// If checking the `all tags` checkbox, update state and uncheck all other checkboxes
if (e.target === this.props.tagCheckboxes[0] && e.target.checked) {
this.state.tags = [constants.ALL_TAGS];
Expand Down
112 changes: 0 additions & 112 deletions build/v3.9/assets/components.css

This file was deleted.

76 changes: 0 additions & 76 deletions build/v3.9/assets/components.js

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file removed build/v3.9/assets/components/media/play-video.png
Binary file not shown.
1 change: 0 additions & 1 deletion build/v3.9/assets/docs.css

This file was deleted.

Binary file removed build/v3.9/assets/headers/clock-tower.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/headers/header_light.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/headers/on-the-waterfront.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/headers/on-the-waterfront.mp4
Binary file not shown.
Binary file removed build/v3.9/assets/headers/on-the-waterfront.ogv
Binary file not shown.
8 changes: 0 additions & 8 deletions build/v3.9/assets/html5shiv.js

This file was deleted.

Binary file removed build/v3.9/assets/images/apru.gif
Binary file not shown.
Binary file removed build/v3.9/assets/images/apru.png
Binary file not shown.
Binary file removed build/v3.9/assets/images/avatar-lt.png
Binary file not shown.
Binary file removed build/v3.9/assets/images/bg-banner.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/chaz.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed build/v3.9/assets/images/component-assembly.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/component-listing.png
Binary file not shown.
Binary file removed build/v3.9/assets/images/desktop.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/electron-micrograph.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/email.png
Binary file not shown.
Binary file removed build/v3.9/assets/images/epilepsy-hero.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/event-place.jpg
Binary file not shown.
Binary file removed build/v3.9/assets/images/fb.png
Binary file not shown.
Binary file removed build/v3.9/assets/images/go8.png
Diff not rendered.
Binary file removed build/v3.9/assets/images/go8_logo.png
Diff not rendered.
Binary file removed build/v3.9/assets/images/groupofeight.png
Diff not rendered.
Binary file removed build/v3.9/assets/images/irrigation.jpg
Diff not rendered.
Binary file removed build/v3.9/assets/images/link.png
Diff not rendered.
Binary file removed build/v3.9/assets/images/loading.gif
Diff not rendered.
Binary file removed build/v3.9/assets/images/loadingold.gif
Diff not rendered.
Loading

0 comments on commit 04a46f7

Please sign in to comment.