]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
update docs README with correct npm command 'start'
authorJTaylor17 <jonathan.taylor@motionsuggests.com>
Tue, 30 Oct 2018 19:19:36 +0000 (15:19 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 31 Oct 2018 13:34:05 +0000 (13:34 +0000)
docs/README.md

index 56e86a430c34495f0042a58f49fecf9b4870e6de..11bfb710eccce9382f0e8949be2bc7527d3c49f3 100644 (file)
@@ -24,4 +24,4 @@ To view the documentation on your system locally:
 jekyll serve --incremental --config _config.local.yml
 ```
 
-This will start an HTTP server at `http://localhost:4000/` that serves the docs built in the `_site` directory; and anytime the docs are rebuilt by you, it will serve the docs site on the fly. In your main shell session where you develop, if you change anything in `docs/` the jekyll server will rebuild those on the fly. But if you change anything about the Bulma SASS or CSS, you need to do `npm run start-docs` to build the docs' CSS before you will see it in the browser. The process running `jekyll serve` will pick up the new CSS automatically.
+This will start an HTTP server at `http://localhost:4000/` that serves the docs built in the `_site` directory; and anytime the docs are rebuilt by you, it will serve the docs site on the fly. In your main shell session where you develop, if you change anything in `docs/` the jekyll server will rebuild those on the fly. But if you change anything about the Bulma SASS or CSS, you need to do `npm run start` to build the docs' CSS before you will see it in the browser. The process running `jekyll serve` will pick up the new CSS automatically.