diff options
| author | Chris Rebert <[email protected]> | 2014-01-07 19:10:31 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-07 19:10:31 -0800 |
| commit | c891be5e5f9bfba83e7e8ac6cd42150271eba626 (patch) | |
| tree | ee3ee0b6360014daa555afb3972e32fe7be8afe5 /docs/_includes | |
| parent | ef7bf0abf8a8ecb6b19bb14cd2d38cb87373f6ba (diff) | |
| download | bootstrap-c891be5e5f9bfba83e7e8ac6cd42150271eba626.tar.xz bootstrap-c891be5e5f9bfba83e7e8ac6cd42150271eba626.zip | |
adjust filename to indicate that customize JS is minified
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 3f11d53d1..352a9b141 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -9,7 +9,7 @@ {% if page.slug == "customize" %} <script src="{{ site.baseurl }}assets/js/raw-files.js"></script> -<script src="{{ site.baseurl }}assets/js/customize.js"></script> +<script src="{{ site.baseurl }}assets/js/customize.min.js"></script> {% endif %} {% comment %} |
