We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4dd6c commit 68470d6Copy full SHA for 68470d6
Gruntfile.js
@@ -345,7 +345,8 @@ module.exports = function (grunt) {
345
},
346
staging: {
347
options: {
348
- bucket: 'staging.crunchinator.com'
+ bucket: 'staging.crunchinator.com',
349
+ verify: true
350
351
sync: [{
352
src: 'build/**/*.*',
@@ -355,7 +356,8 @@ module.exports = function (grunt) {
355
356
357
production: {
358
- bucket: 'angular.crunchinator.com'
359
+ bucket: 'angular.crunchinator.com',
360
361
362
363
0 commit comments