Last active
August 29, 2015 14:09
-
-
Save oleksandr-diudiun/e161752356cc2afda4e4 to your computer and use it in GitHub Desktop.
OS X brew install nodejs and install modules for build
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
# grunt upload | |
# — production (dev): master | |
# — tags: noTag, Patch, Minor, Major | |
# — password: | |
# Configurations | |
# build/configs | |
# - master | |
# - release | |
# - dev |
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
# 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