arcturus / gulp-sww

Gulp plugin that creates all the support needed in serviceworkers to make your web app run offline
29 stars 3 forks source link

Allow to install sw in 'localhost' #18

Closed arcturus closed 7 years ago

arcturus commented 7 years ago

Right now in the installation script we check for 'https' protocol to be present to install the SW.

We should allow the 'localhost' host name as an acknowledge of the developer testing in their local environment.