❯ npm install
❯ npm test
> @ test /Users/casr/Source/scratch/uglifyify-test
> for i in 0 1 2 3 4 5 6 7 8 9; do echo "require('react-dom')" | browserify - -g uglifyify | wc -c; done
319901
319901
320050
319926
bind "set completion-ignore-case on" | |
source /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash | |
source /Library/Developer/CommandLineTools/usr/share/git-core/git-prompt.sh | |
GIT_PS1_DESCRIBE_STYLE=branch | |
PS1="\w \$(__git_ps1 '🌴 %s')\n$ " |
# In a new terminal and follow these steps | |
# First let's get the version of Node and NPM we are working with: | |
npm -v | |
node -v | |
# Next create a minimal testing area | |
mkdir -p pixi-test | |
cd pixi-test | |
echo {} >package.json |
❯ npm install
❯ npm test
> @ test /Users/casr/Source/scratch/uglifyify-test
> for i in 0 1 2 3 4 5 6 7 8 9; do echo "require('react-dom')" | browserify - -g uglifyify | wc -c; done
319901
319901
320050
319926