Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbestad/inbeta-responsive-images
Demo showcasing <picture> & <srcset>
https://github.com/robbestad/inbeta-responsive-images
Last synced: about 1 month ago
JSON representation
Demo showcasing <picture> & <srcset>
- Host: GitHub
- URL: https://github.com/robbestad/inbeta-responsive-images
- Owner: robbestad
- Created: 2014-10-02T11:49:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T11:59:50.000Z (over 10 years ago)
- Last Synced: 2024-04-13T17:10:58.584Z (9 months ago)
- Language: JavaScript
- Size: 8.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Kit
A starting point for creating apps on Heroku with Bootstrap & PHP
## Build
Clone the repo.
*npm install*
*gulp*## Workflow
Do all your work in 'src'. Monitor & build by executing **gulp**. Distribute the 'dist' folder
## Deploy on Heroku
Add the following buildpack:
heroku config:set BUILDPACK_URL=https://github.com/CHH/heroku-buildpack-php
Deploy the 'dist' folder:
git subtree push --prefix dist heroku master
Or easier still:
gulp git-push
Add database (if needed)
heroku addons:add cleardb:ignite
Retrieve database URL
heroku config | grep CLEARDB_DATABASE_URL