forked from ramnathv/htmlwidgets
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issue ramnathv#53 for non-windows with scaffold
- Loading branch information
1 parent
782a360
commit 268a9a6
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
268a9a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went with this option since
seemed redundant in that the check to see if installed would duplicate steps then required to find the path if
is_bower_installed() == T
. Happy to do the other way if better coding practice though.