uapte
This commit is contained in:
-15
@@ -1,15 +0,0 @@
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Browser-sync config file
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| For up-to-date information about the options:
|
||||
| http://www.browsersync.io/docs/options/
|
||||
|
|
||||
| There are more options than you see here, these are just the ones that are
|
||||
| set internally. See the website for more info.
|
||||
|
|
||||
|
|
||||
*/
|
||||
module.exports = //OPTS;
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
window.___browserSync___ = {};
|
||||
___browserSync___.socketConfig = %config%;
|
||||
___browserSync___.socketUrl = %url%;
|
||||
___browserSync___.options = %options%;
|
||||
if (location.protocol == "https:" && /^http:/.test(___browserSync___.socketUrl)) {
|
||||
___browserSync___.socketUrl = ___browserSync___.socketUrl.replace(/^http:/, "https:");
|
||||
}
|
||||
-1
@@ -1 +0,0 @@
|
||||
<script %async% id="__bs_script__" src="%script%"></script>
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
<script id="__bs_script__">//<![CDATA[
|
||||
document.write("<script %async% src='%script%'><\/script>".replace("HOST", location.hostname));
|
||||
//]]></script>
|
||||
Reference in New Issue
Block a user