This is the gulpfile I use for automating tasks involved in developing non-modular website front-end.
- dist
- src
|- images
|- scripts
|- vendor
| /** | |
| * Triggered from a change to a Cloud Storage bucket. | |
| * | |
| * @param {!Object} event Event payload. | |
| * @param {!Object} context Metadata for the event. | |
| */ | |
| exports.setUploadedObjectMetadata = (event, context) => { | |
| // Create a client | |
| var storage = require('@google-cloud/storage')(); | |