This file contains hidden or 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
| # add node to path and let npm use system clang/clang++ by default | |
| export PATH="$HOME/.node/bin:$PATH" | |
| alias npm='CC=/usr/bin/clang CXX=/usr/bin/clang++ LIBSASS_EXT=auto npm' |
OlderNewer