update version 2.0.1 support bootstrap 3.1.1
Showing
15 changed files
with
70 additions
and
34 deletions
... | @@ -3,7 +3,21 @@ module.exports = function(grunt) { | ... | @@ -3,7 +3,21 @@ module.exports = function(grunt) { |
3 | grunt.initConfig({ | 3 | grunt.initConfig({ |
4 | uglify: { | 4 | uglify: { |
5 | options: { | 5 | options: { |
6 | banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n', | 6 | banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' + |
7 | ' *\n' + | ||
8 | ' * Description: <%= pkg.description %>\n' + | ||
9 | ' *\n' + | ||
10 | ' * Homepage: <%= pkg.homepage %>\n' + | ||
11 | ' *\n' + | ||
12 | ' * By @<%= pkg.author %>\n' + | ||
13 | ' *\n' + | ||
14 | ' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' + | ||
15 | ' *\n' + | ||
16 | ' * Licensed under the MIT license. Please see LICENSE for more information.\n' + | ||
17 | ' *\n' + | ||
18 | ' * Copyright 2013 FLATHEMES.\n' + | ||
19 | ' *\n' + | ||
20 | ' */\n', | ||
7 | sourceMap: true, | 21 | sourceMap: true, |
8 | sourceMapIncludeSources: true | 22 | sourceMapIncludeSources: true |
9 | }, | 23 | }, |
... | @@ -21,7 +35,21 @@ module.exports = function(grunt) { | ... | @@ -21,7 +35,21 @@ module.exports = function(grunt) { |
21 | cssmin: { | 35 | cssmin: { |
22 | options: { | 36 | options: { |
23 | keepSpecialComments: 0, | 37 | keepSpecialComments: 0, |
24 | banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n', | 38 | banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' + |
39 | ' *\n' + | ||
40 | ' * Description: <%= pkg.description %>\n' + | ||
41 | ' *\n' + | ||
42 | ' * Homepage: <%= pkg.homepage %>\n' + | ||
43 | ' *\n' + | ||
44 | ' * By @<%= pkg.author %>\n' + | ||
45 | ' *\n' + | ||
46 | ' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' + | ||
47 | ' *\n' + | ||
48 | ' * Licensed under the MIT license. Please see LICENSE for more information.\n' + | ||
49 | ' *\n' + | ||
50 | ' * Copyright 2013 FLATHEMES.\n' + | ||
51 | ' *\n' + | ||
52 | ' */\n', | ||
25 | }, | 53 | }, |
26 | dist: { | 54 | dist: { |
27 | files: { | 55 | files: { |
... | @@ -40,6 +68,21 @@ module.exports = function(grunt) { | ... | @@ -40,6 +68,21 @@ module.exports = function(grunt) { |
40 | 'bootflat/css/bootflat.css': 'bootflat/scss/bootflat.scss' | 68 | 'bootflat/css/bootflat.css': 'bootflat/scss/bootflat.scss' |
41 | }, | 69 | }, |
42 | options: { | 70 | options: { |
71 | banner: '/*\n * <%= pkg.name %> <%= pkg.version %>\n' + | ||
72 | ' *\n' + | ||
73 | ' * Description: <%= pkg.description %>\n' + | ||
74 | ' *\n' + | ||
75 | ' * Homepage: <%= pkg.homepage %>\n' + | ||
76 | ' *\n' + | ||
77 | ' * By @<%= pkg.author %>\n' + | ||
78 | ' *\n' + | ||
79 | ' * Last modify time: <%= grunt.template.today("yyyy-mm-dd") %>\n' + | ||
80 | ' *\n' + | ||
81 | ' * Licensed under the MIT license. Please see LICENSE for more information.\n' + | ||
82 | ' *\n' + | ||
83 | ' * Copyright 2013 FLATHEMES.\n' + | ||
84 | ' *\n' + | ||
85 | ' */\n', | ||
43 | style: 'expanded', | 86 | style: 'expanded', |
44 | sourcemap: 'true' | 87 | sourcemap: 'true' |
45 | } | 88 | } | ... | ... |
... | @@ -43,12 +43,13 @@ Install with [bower](http://bower.io/)? | ... | @@ -43,12 +43,13 @@ Install with [bower](http://bower.io/)? |
43 | 43 | ||
44 | `bower install Bootflat#<version>` | 44 | `bower install Bootflat#<version>` |
45 | 45 | ||
46 | The current version is: `2.0.0` | 46 | The current version is: `2.0.1` |
47 | 47 | ||
48 | The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. | 48 | The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. |
49 | 49 | ||
50 | ## Changelog: | 50 | ## Changelog: |
51 | 51 | ||
52 | 2014/4/3 version 2.0.1 | ||
52 | 2014/3/6 version 2.0.0 | 53 | 2014/3/6 version 2.0.0 |
53 | 54 | ||
54 | ## Links: | 55 | ## Links: | ... | ... |
1 | /* | 1 | /* |
2 | * Copyright 2013 FLATHEMES. | 2 | * Bootflat 2.0.1 |
3 | * | ||
4 | * Description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. | ||
5 | * | ||
6 | * Homepage: http://bootflat.github.com/ | ||
3 | * | 7 | * |
4 | * Bootflat, v2.0.0 | 8 | * By @Flathemes <info@flathemes.com> |
5 | * A open source Flat UI KIT based on Twitter Bootstrap 3.1.0 css framework. | ||
6 | * http://http://bootflat.github.io/ | ||
7 | * | 9 | * |
8 | * By @flathemes | 10 | * Last modify time: 2014-04-03 |
9 | * | 11 | * |
10 | * Licensed under the MIT license. Please see LICENSE for more information. | 12 | * Licensed under the MIT license. Please see LICENSE for more information. |
11 | * | 13 | * |
14 | * Copyright 2013 FLATHEMES. | ||
15 | * | ||
12 | */ | 16 | */ |
17 | |||
13 | /** | 18 | /** |
14 | * typography | 19 | * typography |
15 | * -------------------------------------------------- | 20 | * -------------------------------------------------- | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1 | @charset "UTF-8"; | 1 | @charset "UTF-8"; |
2 | 2 | ||
3 | /* | ||
4 | * Copyright 2013 FLATHEMES. | ||
5 | * | ||
6 | * Bootflat, v2.0.0 | ||
7 | * A open source Flat UI KIT based on Twitter Bootstrap 3.1.0 css framework. | ||
8 | * http://http://bootflat.github.io/ | ||
9 | * | ||
10 | * By @flathemes | ||
11 | * | ||
12 | * Licensed under the MIT license. Please see LICENSE for more information. | ||
13 | * | ||
14 | */ | ||
15 | |||
16 | @import | 3 | @import |
17 | 4 | ||
18 | // Variables, Extends, Mixins | 5 | // Variables, Extends, Mixins | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... | @@ -45,7 +45,7 @@ | ... | @@ -45,7 +45,7 @@ |
45 | <!--header--> | 45 | <!--header--> |
46 | <div class="topic"> | 46 | <div class="topic"> |
47 | <div class="container"> | 47 | <div class="container"> |
48 | <h3>Bootflat UI Kit (Version 2.0.0)</h3> | 48 | <h3>Bootflat UI Kit (Version 2.0.1)</h3> |
49 | <h4>Bootflat UI Kit is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.</h4> | 49 | <h4>Bootflat UI Kit is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.</h4> |
50 | <a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.UI.Kit.PSD/archive/master.zip">Download Bootflat UI KIT PSD</a> | 50 | <a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.UI.Kit.PSD/archive/master.zip">Download Bootflat UI KIT PSD</a> |
51 | <span class="github github-watch"> | 51 | <span class="github github-watch"> | ... | ... |
... | @@ -73,8 +73,8 @@ | ... | @@ -73,8 +73,8 @@ |
73 | <dl> | 73 | <dl> |
74 | <dt>OOCSS Approach</dt> | 74 | <dt>OOCSS Approach</dt> |
75 | <dd>Object-based coding method encourages code reuse and creates faster and more efficient style sheets, which are easier to add to and maintain.</dd> | 75 | <dd>Object-based coding method encourages code reuse and creates faster and more efficient style sheets, which are easier to add to and maintain.</dd> |
76 | <dt>Bootstrap 3.1.0 Support</dt> | 76 | <dt>Bootstrap 3.1.1 Support</dt> |
77 | <dd>Now Bootflat is supporting Bootstrap 3.1.0 as well.</dd> | 77 | <dd>Now Bootflat is supporting Bootstrap 3.1.1 as well.</dd> |
78 | <dt>Configurable Color Scheme</dt> | 78 | <dt>Configurable Color Scheme</dt> |
79 | <dd>You can change any or all of the colors if you wish. Bootflat is easy to configure and match to your brand's color scheme.</dd> | 79 | <dd>You can change any or all of the colors if you wish. Bootflat is easy to configure and match to your brand's color scheme.</dd> |
80 | <dt>Easy Installation</dt> | 80 | <dt>Easy Installation</dt> |
... | @@ -89,10 +89,10 @@ | ... | @@ -89,10 +89,10 @@ |
89 | <h3>Download</h3> | 89 | <h3>Download</h3> |
90 | <p>Download the latest official release of Bootflat and get started!</p> | 90 | <p>Download the latest official release of Bootflat and get started!</p> |
91 | <ul class="item__infos"> | 91 | <ul class="item__infos"> |
92 | <li>Version 2.0.0</li> | 92 | <li>Version 2.0.1</li> |
93 | <li>Released December 18th, 2013</li> | 93 | <li>Released December 18th, 2013</li> |
94 | </ul> | 94 | </ul> |
95 | <p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.0)</a></p> | 95 | <p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.1)</a></p> |
96 | <p>You can also <a href="https://github.com/bootflat/bootflat.github.io">clone it on GitHub</a> to get the bleeding edge release. </p> | 96 | <p>You can also <a href="https://github.com/bootflat/bootflat.github.io">clone it on GitHub</a> to get the bleeding edge release. </p> |
97 | </div> | 97 | </div> |
98 | <!-- What's included | 98 | <!-- What's included |
... | @@ -157,7 +157,7 @@ | ... | @@ -157,7 +157,7 @@ |
157 | ================================================== --> | 157 | ================================================== --> |
158 | <div class="docs-article docs--start" id="browser-support"> | 158 | <div class="docs-article docs--start" id="browser-support"> |
159 | <h3>Browser Support</h3> | 159 | <h3>Browser Support</h3> |
160 | <p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.0, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p> | 160 | <p>As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.1, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</p> |
161 | </div> | 161 | </div> |
162 | <!-- Free PSD | 162 | <!-- Free PSD |
163 | ================================================== --> | 163 | ================================================== --> | ... | ... |
... | @@ -47,12 +47,12 @@ | ... | @@ -47,12 +47,12 @@ |
47 | <h1> | 47 | <h1> |
48 | <img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework"> | 48 | <img src="img/logo-index.png" alt="Bootflat: Advanced HTML5 Hybrid Mobile App Framework"> |
49 | </h1> | 49 | </h1> |
50 | <h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. <br/>And, for the designers, we offer a <a href="free-psd.html">free PSD Download</a>. <br />It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. </h2> | 50 | <h2>BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. <br/>And, for the designers, we offer a <a href="free-psd.html">free PSD Download</a>. <br />It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps. </h2> |
51 | <h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3> | 51 | <h3>Compatible Browsers: IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.</h3> |
52 | <p class="download-link"> | 52 | <p class="download-link"> |
53 | <a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.0)</a> | 53 | <a class="btn btn-primary" href="https://github.com/Bootflat/Bootflat.github.io/archive/master.zip">Download (Version 2.0.1)</a> |
54 | </p> | 54 | </p> |
55 | <p class="version-text">MIT Licensed - Version 2.0.0</p> | 55 | <p class="version-text">MIT Licensed - Version 2.0.1</p> |
56 | <p class="learn-more Bootflat"> | 56 | <p class="learn-more Bootflat"> |
57 | <a href="#learn-more">Learn more <i class="icon" data-icon=""></i></a> | 57 | <a href="#learn-more">Learn more <i class="icon" data-icon=""></i></a> |
58 | </p> | 58 | </p> |
... | @@ -82,8 +82,8 @@ | ... | @@ -82,8 +82,8 @@ |
82 | <div class="row"> | 82 | <div class="row"> |
83 | <div class="col-md-6"> | 83 | <div class="col-md-6"> |
84 | <div class="features__photo"><img src="img/feature-bootstrap.png" /></div> | 84 | <div class="features__photo"><img src="img/feature-bootstrap.png" /></div> |
85 | <h4>Bootstrap 3.1.0</h4> | 85 | <h4>Bootstrap 3.1.1</h4> |
86 | <p>Bootflat is built on Bootstrap 3.1.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> | 86 | <p>Bootflat is built on Bootstrap 3.1.1: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> |
87 | </div> | 87 | </div> |
88 | <div class="col-md-6"> | 88 | <div class="col-md-6"> |
89 | <div class="features__photo"><img src="img/feature-css.png" /></div> | 89 | <div class="features__photo"><img src="img/feature-css.png" /></div> | ... | ... |
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
js/site.min.map
0 → 100644
This diff could not be displayed because it is too large.
1 | { | 1 | { |
2 | "name": "Bootflat", | 2 | "name": "Bootflat", |
3 | "private": false, | 3 | "private": false, |
4 | "version": "2.0.0", | 4 | "version": "2.0.1", |
5 | "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.", | 5 | "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.", |
6 | "author":"Flathemes", | 6 | "author":"Flathemes <info@flathemes.com>", |
7 | "homepage": "http://bootflat.github.com/", | 7 | "homepage": "http://bootflat.github.com/", |
8 | "keywords": [ | 8 | "keywords": [ |
9 | "bootstrap", | 9 | "bootstrap", | ... | ... |
-
Please register or sign in to post a comment