mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 14:05:27 +00:00
update
This commit is contained in:
15
node_modules/browser-sync/templates/cli-template.js
generated
vendored
Normal file
15
node_modules/browser-sync/templates/cli-template.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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
node_modules/browser-sync/templates/connector.tmpl
generated
vendored
Normal file
7
node_modules/browser-sync/templates/connector.tmpl
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
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
node_modules/browser-sync/templates/script-tags-simple.tmpl
generated
vendored
Normal file
1
node_modules/browser-sync/templates/script-tags-simple.tmpl
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
<script %async% id="__bs_script__" src="%script%"></script>
|
3
node_modules/browser-sync/templates/script-tags.tmpl
generated
vendored
Normal file
3
node_modules/browser-sync/templates/script-tags.tmpl
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<script id="__bs_script__">//<![CDATA[
|
||||
document.write("<script %async% src='%script%'><\/script>".replace("HOST", location.hostname));
|
||||
//]]></script>
|
Reference in New Issue
Block a user