diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 416ee8766..382cbcef4 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/less.html b/docs/less.html index 92b9099f5..9f7df3ec9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -717,8 +717,8 @@
Install the LESS command line compiler with npm by running the following command:
-$ npm install less+
Install the LESS command line compiler globally with npm by running the following command:
+$ npm install -g less
Once installed just run make from the root of your bootstrap directory and you're all set.
Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).
{{_i}}Install the LESS command line compiler with npm by running the following command:{{/i}}
-$ npm install less+
{{_i}}Install the LESS command line compiler globally with npm by running the following command:{{/i}}
+$ npm install -g less
{{_i}}Once installed just run make from the root of your bootstrap directory and you're all set.{{/i}}
{{_i}}Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).{{/i}}