git clone https://github.com/silverbux/bootflat-admin.git
npm install
grunt watch
grunt watch
will monitor any changes to sass, css and js files and automatically combine, minify and clean all files to
dist/css/site.min.css and dist/js/site.min.js
Add or Remove css/js sources or packages from bootflat-admin/csscomb.json and bootflat-admin/jscomb.json
Add your own css rules under bootflat-admin/css/site.css
You can also modify SASS files under folder bootflat-admin/scss folder.
Add your javascript codes to bootflat-admin/js/application.js.
Root Folder
├──bootflat-admin
│ ├── csscomb.json # json file containing all css files to combine
│ ├── jscomb.json # json file containing all js files to combine
│ ├── css # source files for css
│ ├── js # source files for js
│ ├── sass # sass files
│ └── tmp # temp folder for csscomb
│
│──dist # the only folder you need for your app/website/template
│ ├── css
│ ├── fonts
│ ├── js
└──└── img
The CSS can stand on its own, but it is also built to be enhanced by the developer. For simplicity you can always just add in your own CSS and override default properties. And for even more power and flexibility, the core is written with Sass 3.3.9 and includes easily customized variables and mixins. We feel we’ve left the CSS in a state which can be easily extended to get your own look and feel.
As such, our browser support tends to be whatever Web View API is available to native on a given platform. For Bootflat v2.0.4, that means UIWebView for E8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome.
For the designers, we offer a free PSD file for you, it including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.
Bootflat Flat UI Color Picker is a project digging the Flat Color Picker which gives you the perfect colors for flat designs.
Bootflat-Admin is simply a modified copy of Bootflat with extra magic stuff in it. So all necessary credits are given to Bootflat authors.
Bootflat is an open source framework released under a permisive MIT license. This means you can use Bootflat in your own personal or commercial projects for free. MIT is the same license used by such popular projects as jQuery and Ruby on Rails.