npm install
gulp
Build without minifying/optimizing files and watch for changes, then runs a local web server.
gulp build
Build and minify/optimize files.
gulp build:dev
Build without minifying/optimizing files.
gulp deploy:gh
Build and minify/optimize files, then deploys to GitHub Pages.
gulp deploy:gh:dev
Build without minifying/optimizing files, then deploys to GitHub Pages.
gulp deploy:s3
Build and minify/optimize files, then deploys to an Amazon S3 bucket.
npm version [type]
Choose the type of tag (‘major’, ‘minor’, or ‘patch’).git push origin master [version]
Push your tag to master.
- Tag and push.
- Use Ansible and the
marketing.yml
to deploy your tag to the requisite server. ?