From 41ca0246adcca5a145d9ad085d517ed3d03c2ca9 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Thu, 12 Feb 2015 19:56:27 +0000 Subject: [PATCH] Change the output dir name from `out` to `dist`. --- .gitignore | 2 +- README.md | 6 +++--- bower.json | 4 ++-- examples/always-visible.html | 4 ++-- examples/iframe-content.html | 2 +- examples/iframe.html | 4 ++-- examples/jquery.html | 4 ++-- examples/options-default.html | 4 ++-- examples/options-minScrollbarLength.html | 4 ++-- examples/options-suppressScrollAxis.html | 4 ++-- examples/options-useBothWheelAxes.html | 4 ++-- examples/options-wheelPropagation.html | 4 ++-- examples/options-wheelSpeed.html | 4 ++-- examples/reach-the-end-callback.html | 4 ++-- examples/removable-list-element.html | 4 ++-- examples/rtl.html | 4 ++-- examples/scrollbars-on-the-opposite-side.html | 4 ++-- examples/scrollbars-with-margin.html | 4 ++-- examples/table-content.html | 4 ++-- examples/text-content.html | 4 ++-- gulpfile.js | 20 +++++++++---------- 21 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.gitignore b/.gitignore index c0b5a6a..99d84ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store node_modules bower_components -/out +/dist diff --git a/README.md b/README.md index 3b07132..6e09bb0 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ First of all, please check if the container element meets the requirements. ```html - +