From e60989ff9b4023d3c7773eed6b7afac0bf0ef8f1 Mon Sep 17 00:00:00 2001 From: t1m0n Date: Mon, 16 May 2016 10:52:55 +0300 Subject: [PATCH] update docs and npmignore --- .npmignore | 3 ++- docs/index-ru.html | 2 +- docs/index.html | 2 +- docs/jade/pages/index-ru.jade | 2 +- docs/jade/pages/index.jade | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index 941c7ef..76fc5d4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ bower.json -static-server.js \ No newline at end of file +static-server.js +docs \ No newline at end of file diff --git a/docs/index-ru.html b/docs/index-ru.html index 86a237f..0604e24 100644 --- a/docs/index-ru.html +++ b/docs/index-ru.html @@ -1,5 +1,5 @@ Air Datepicker
In English

AIR DATEPICKERлегкий кроссбраузерный jQuery календарь

Описание

Легкий (~26kb минифицированный js файл и ~7kb gziped), кастомизируемый, кроссбраузерный календарь, написан с использованиемes5иcss flexbox. Работает во всех современных браузерах: +

Описание

Легкий (~34kb минифицированный js файл и ~9kb gziped), кастомизируемый, кроссбраузерный календарь, написан с использованиемes5иcss flexbox. Работает во всех современных браузерах: IE 10+, Chrome, Firefox, Safari 8+, Opera 17+.

Установка

bower i --save air-datepicker

Либо можно скачать файлы напрямую с GitHub

Использование

Подключите стили и скрипты из папки/dist:

<html>
 	<head>
 		<link href="dist/css/datepicker.min.css" rel="stylesheet" type="text/css">
diff --git a/docs/index.html b/docs/index.html
index 71b1969..d972c3c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,7 +1,7 @@
 Air Datepicker
На русском языке

AIR DATEPICKERlightweight cross-browser jQuery datepicker

Description

Light (~26kb minified js file and ~7kb gziped) customizable cross-browser calendar, built withes5andcss flexbox.Works in all modern browsers: +})

Description

Light (~34kb minified js file and ~9kb gziped) customizable cross-browser calendar, built withes5andcss flexbox.Works in all modern browsers: IE 10+, Chrome, Firefox, Safari 8+, Opera 17+.

Installation

bower i --save air-datepicker

Or you can download files directly from GitHub

Usage

Include styles and scripts from/distdirectory:

<html>
 	<head>
 		<link href="dist/css/datepicker.min.css" rel="stylesheet" type="text/css">
diff --git a/docs/jade/pages/index-ru.jade b/docs/jade/pages/index-ru.jade
index 11e461b..c779151 100644
--- a/docs/jade/pages/index-ru.jade
+++ b/docs/jade/pages/index-ru.jade
@@ -17,7 +17,7 @@ block content
 	article
 		h2#intro Описание
 		p
-			| Легкий (~26kb минифицированный js файл и ~7kb gziped), кастомизируемый, кроссбраузерный календарь, написан с использованием
+			| Легкий (~34kb минифицированный js файл и ~9kb gziped), кастомизируемый, кроссбраузерный календарь, написан с использованием
 			+example-inline('es5')
 			| и
 			+example-inline('css flexbox', 'js')
diff --git a/docs/jade/pages/index.jade b/docs/jade/pages/index.jade
index 7327ff2..430139d 100644
--- a/docs/jade/pages/index.jade
+++ b/docs/jade/pages/index.jade
@@ -17,7 +17,7 @@ block content
 	article
 		h2#intro Description
 		p
-			| Light (~26kb minified js file and ~7kb gziped) customizable cross-browser calendar, built with
+			| Light (~34kb minified js file and ~9kb gziped) customizable cross-browser calendar, built with
 			+example-inline('es5')
 			| and
 			+example-inline('css flexbox', 'js')