Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Last active August 29, 2015 14:09
Show Gist options
  • Save oleksandr-diudiun/e161752356cc2afda4e4 to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/e161752356cc2afda4e4 to your computer and use it in GitHub Desktop.
OS X brew install nodejs and install modules for build
# grunt upload
# — production (dev): master
# — tags: noTag, Patch, Minor, Major
# — password:
# Configurations
# build/configs
# - master
# - release
# - dev
# NodeJS Install
brew install nodejs
# Grand -> набор JS конфигураций
cd ~/work/sources/ProjectName/build
npm install
# all Modules to build/nodeModules - git-ignored
# npm install packageName // One module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment