Sfoglia il codice sorgente

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

Piotrek Koszuliński 8 anni fa
parent
commit
1506584e4f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 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
 ## 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:
 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: