handle running 'brandable_css' from within a symlinked dir
fixes: CNVS-22155
see: e1b5a8e5ec
?diff=unified#diff-2b4ca49d4bb0a774c4d4c1672d7aa781R23
test plan:
say the path to your canvas-lms repos is in
/Users/ryan/code/canvas-lms
make a symlink that points to that in:
/Users/ryan/current
run `brandable_css`
it should work
Change-Id: I1f732a53e56ea376efe6cd7d54b3ae52178ac025
Reviewed-on: https://gerrit.instructure.com/59342
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
5acba693be
commit
fbca3eaaad
|
@ -6,7 +6,7 @@
|
|||
"node": ">=0.12.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"brandable_css": "0.0.38"
|
||||
"brandable_css": "0.0.39"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^5.6.23",
|
||||
|
|
Loading…
Reference in New Issue