Who's playing today? Find the very best live music and recommended gigs near you tonight.
$ gulp build-deploy-gh-pages$ rm -rf dist/ && \
gulp dist && \
aws s3 rm s3://www.gig.today --recursive && \
aws s3 cp dist/ s3://www.gig.today/ --recursive --acl public-read# Set the base url (default: local)
# C.f. /config/app.json 'deploy.baseUrl.ghPages'
$ gulp dist --baseUrl=(local|ghPages)Copyright (c) 2016 Mathias Schilling
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.