381a41bd by bootflat

update readme

1 parent 66655446
......@@ -2,6 +2,11 @@ module.exports = function(grunt) {
grunt.initConfig({
uglify: {
options: {
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
sourceMap: true,
sourceMapIncludeSources: true
},
dist: {
files: {
'js/site.min.js': [
......@@ -14,6 +19,10 @@ module.exports = function(grunt) {
}
},
cssmin: {
options: {
keepSpecialComments: 0,
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
},
dist: {
files: {
'css/site.min.css': [
......
______ _______ _______ _________ _______ _ _______ _________
( ___ \ ( ___ )( ___ )\__ __/( ____ \( \ ( ___ )\__ __/
| ( ) )| ( ) || ( ) | ) ( | ( \/| ( | ( ) | ) (
| (__/ / | | | || | | | | | | (__ | | | (___) | | |
| __ ( | | | || | | | | | | __) | | | ___ | | |
| ( \ \ | | | || | | | | | | ( | | | ( ) | | |
| )___) )| (___) || (___) | | | | ) | (____/\| ) ( | | |
|/ \___/ (_______)(_______) )_( |/ (_______/|/ \| )_(
========================================================================
# What is Bootflat?
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/
## LICENSE
Bootflat is licensed under the MIT Open Source license. For more information, please see the LICENSE file in this repository.
......