8
0
Просмотр исходного кода

Docs: Mentioned builds' dev samples in custom builds guide. [skip ci]

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
1506584e4f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      docs/builds/guides/development/custom-builds.md

+ 2 - 0
docs/builds/guides/development/custom-builds.md

@@ -132,6 +132,8 @@ If you want to skip updating the entry file (in case you modified it manually),
 npm run build-ckeditor
 ```
 
+You can validate whether your new build works by opening the `sample/index.html` file in a browser (via HTTPS, not as a local file). Make sure to **clear the cache**.
+
 ## Updating the build
 
 You may decide to update your build at any time. Since it is a fork of the official build, you can simply merge the changes that happened meanwhile in that build, using Git commands: