Skip to content

matchilling/gig.today

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gig.today!

Who's playing today? Find the very best live music and recommended gigs near you tonight.

Deploy

$ gulp build-deploy-gh-pages

Deploy to amazon s3

$ 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

Gulp options

# Set the base url (default: local)
# C.f. /config/app.json 'deploy.baseUrl.ghPages'
$ gulp dist --baseUrl=(local|ghPages)

License

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.

Releases

Packages

Contributors

Languages