Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rorschach.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/js.md')
-rw-r--r--docs/js.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/js.md b/docs/js.md
index e69de29..3b6fd49 100644
--- a/docs/js.md
+++ b/docs/js.md
@@ -0,0 +1,3 @@
+The files in [`/bootstrap/dist/js/`](https://github.com/twbs/bootstrap/tree/master/dist/css) are automatically generated from the files in [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) via a [Grunt](http://gruntjs.com) task, and **should not be edited manually** when developing Bootstrap itself. Any such edits will be **overwritten and lost** the next time the Grunt task runs.
+
+You should edit the files in [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.