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:
Ryan Shaw 2015-07-27 14:03:08 -06:00
parent 5acba693be
commit fbca3eaaad
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"node": ">=0.12.5"
},
"dependencies": {
"brandable_css": "0.0.38"
"brandable_css": "0.0.39"
},
"devDependencies": {
"babel": "^5.6.23",