Skip to content

Commit fa21104

Browse files
author
dimaspirit
committed
actived 'https' protocol in grunt
1 parent 9f36691 commit fa21104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = function (grunt) {
5757
connect: {
5858
server: {
5959
options: {
60-
// protocol: 'https',
60+
protocol: 'https',
6161
hostname: 'localhost',
6262
port: 8080,
6363
open: true,

0 commit comments

Comments
 (0)