diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cea338a..84743dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog +**v0.2.9-8** +- 👌 IMPROVE: Browsersync change open option to local. + **v0.2.9-7** - 🐛 FIX: Run `stylesDev` when template files are changes. Solves Tailwind CSS purge. diff --git a/config/nginx/welcome.html b/config/nginx/welcome.html index c099249f..0558ee54 100644 --- a/config/nginx/welcome.html +++ b/config/nginx/welcome.html @@ -15,15 +15,9 @@ (k.async = 1), (k.src = r), a.parentNode.insertBefore(k, a); - })( - window, - document, - "script", - "https://mc.yandex.ru/metrika/tag.js", - "ym" - ); + })(window, document, 'script', 'https://mc.yandex.ru/metrika/tag.js', 'ym'); - ym(70057303, "init", { + ym(70057303, 'init', { clickmap: true, trackLinks: true, accurateTrackBounce: true, @@ -57,7 +51,7 @@ box-sizing: border-box; margin: 0; padding: 0; - font-family: "Roboto", sans-serif; + font-family: 'Roboto', sans-serif; } html, @@ -75,7 +69,7 @@ background-color: #fff; border-radius: 6px; padding: 20px; - max-width: 420px; + max-width: 480px; margin: 40px auto; color: #666; line-height: 1.4; @@ -95,7 +89,7 @@ border-radius: 6px; } - +
@@ -117,8 +111,8 @@

- WordPressify is initializing, please wait 5 seconds and reload the - page. The server and database should be ready within a few seconds... + WordPressify is initializing, please wait a few seconds and reload the + page. The server and database is being prepared...

- If you are stuck here for more than a minute, try to rebuild the + If you are stuck here for more than a few minutes, try to rebuild the environment and check out the - documentation. + documentation.
diff --git a/gulpfile.js b/gulpfile.js index aba4b3c7..d7372f29 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -180,7 +180,7 @@ function devServer(done) { proxy: `127.0.0.1:${process.env.SERVER_PORT}`, host: '127.0.0.1', port: `${process.env.PROXY_PORT}`, - open: 'external', + open: 'local', }); watch('./src/assets/css/**/*.css', stylesDev); diff --git a/installer/package.json b/installer/package.json index 31932520..cd731a56 100644 --- a/installer/package.json +++ b/installer/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-7", + "version": "0.2.9-8", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel", @@ -60,7 +60,7 @@ "gulp-vinyl-zip": "^2.2.1", "jquery": "^3.5.1", "normalize.css": "^8.0.1", - "postcss": "^8.1.13", + "postcss": "^8.1.14", "postcss-easy-import": "^3.0.0", "postcss-mixins": "^7.0.1", "postcss-preset-env": "^6.7.0", diff --git a/package-lock.json b/package-lock.json index 3c277404..5a1939b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-7", + "version": "0.2.9-8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a5f070d..8a3279f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpressify", - "version": "0.2.9-7", + "version": "0.2.9-8", "description": "A build system designed to automate your WordPress development workflow.", "keywords": [ "babel",