Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

PLAT-428 Adding lib to makefile and updating the definition in .lib file #523

Merged
merged 2 commits into from
Sep 21, 2016

Conversation

bimsonz
Copy link
Contributor

@bimsonz bimsonz commented Sep 16, 2016

Fixes https://jira.comicrelief.com/browse/PLAT-428

Changes proposed in this pull request

  • Add lightcase to make file...
  • Ensure definition is correct in .libraries file...

@@ -6,7 +6,7 @@ global-css:

global-js:
js:
libraries/lightcase/js/lightcase.js: {}
libraries/lightcase/src/js/lightcase.js: {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bimsonz if the lib location changed, shouldn't we also commit this change to git?

if @gusliedke is happy with this (and if the lib still works) let's get it merged

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pvhee Good point, ive run phing make and committed the change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, looks fine

@pvhee
Copy link
Contributor

pvhee commented Sep 21, 2016

@gusliedke can you check this pls and make sure all is correct?

@bimsonz
Copy link
Contributor Author

bimsonz commented Sep 21, 2016

@gusliedke if you could let me know if there is anything else to do before you lot go so i can get this into the next release would be great :)

@pvhee
Copy link
Contributor

pvhee commented Sep 21, 2016

@gusliedke have another look pls?

@pvhee
Copy link
Contributor

pvhee commented Sep 21, 2016

@bimsonz ping

@gusliedke
Copy link
Contributor

So are we just adding lightcase to make file and changing location path (adding /src)?!

@gusliedke
Copy link
Contributor

@bimsonz @pvhee

@bimsonz
Copy link
Contributor Author

bimsonz commented Sep 21, 2016

@gusliedke correct, this way we can lock down the version of the library and easily update it when the next version is released. The /src directory is just the default way it downloads so updating the definition in our theme is the more logical step to make it all tie together

@gusliedke
Copy link
Contributor

great! merging

@gusliedke gusliedke merged commit c4c8308 into develop Sep 21, 2016
@gusliedke gusliedke deleted the feature/PLAT-428_lightcase_in_makefile branch September 21, 2016 16:26
@pvhee pvhee mentioned this pull request Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants