update readme
Showing
2 changed files
with
20 additions
and
1 deletions
... | @@ -2,6 +2,11 @@ module.exports = function(grunt) { | ... | @@ -2,6 +2,11 @@ module.exports = function(grunt) { |
2 | 2 | ||
3 | grunt.initConfig({ | 3 | grunt.initConfig({ |
4 | uglify: { | 4 | uglify: { |
5 | options: { | ||
6 | banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n', | ||
7 | sourceMap: true, | ||
8 | sourceMapIncludeSources: true | ||
9 | }, | ||
5 | dist: { | 10 | dist: { |
6 | files: { | 11 | files: { |
7 | 'js/site.min.js': [ | 12 | 'js/site.min.js': [ |
... | @@ -14,6 +19,10 @@ module.exports = function(grunt) { | ... | @@ -14,6 +19,10 @@ module.exports = function(grunt) { |
14 | } | 19 | } |
15 | }, | 20 | }, |
16 | cssmin: { | 21 | cssmin: { |
22 | options: { | ||
23 | keepSpecialComments: 0, | ||
24 | banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n', | ||
25 | }, | ||
17 | dist: { | 26 | dist: { |
18 | files: { | 27 | files: { |
19 | 'css/site.min.css': [ | 28 | 'css/site.min.css': [ | ... | ... |
1 | ______ _______ _______ _________ _______ _ _______ _________ | ||
2 | ( ___ \ ( ___ )( ___ )\__ __/( ____ \( \ ( ___ )\__ __/ | ||
3 | | ( ) )| ( ) || ( ) | ) ( | ( \/| ( | ( ) | ) ( | ||
4 | | (__/ / | | | || | | | | | | (__ | | | (___) | | | | ||
5 | | __ ( | | | || | | | | | | __) | | | ___ | | | | ||
6 | | ( \ \ | | | || | | | | | | ( | | | ( ) | | | | ||
7 | | )___) )| (___) || (___) | | | | ) | (____/\| ) ( | | | | ||
8 | |/ \___/ (_______)(_______) )_( |/ (_______/|/ \| )_( | ||
9 | |||
10 | ======================================================================== | ||
11 | |||
1 | # What is Bootflat? | 12 | # What is Bootflat? |
2 | 13 | ||
3 | 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. | 14 | 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. |
... | @@ -54,4 +65,3 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ | ... | @@ -54,4 +65,3 @@ The source files are in the `bootflat/` folder. You can just grab the `bootflat/ |
54 | ## LICENSE | 65 | ## LICENSE |
55 | 66 | ||
56 | Bootflat is licensed under the MIT Open Source license. For more information, please see the LICENSE file in this repository. | 67 | Bootflat is licensed under the MIT Open Source license. For more information, please see the LICENSE file in this repository. |
57 | ... | ... |
-
Please register or sign in to post a comment