Skip to content

Commit 27d9cb6

Browse files
committed
version 2.1.2
1 parent 7eafbd2 commit 27d9cb6

245 files changed

Lines changed: 16618 additions & 102330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gruntfile.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,15 @@ module.exports = function (grunt) {
190190
},
191191
{
192192
expand: true,
193-
cwd: 'bower_components/html5hiv',
194-
src: ['./dist/html5shiv.js'],
195-
dest: 'dist/assets/lib'
193+
cwd: 'bower_components/html5shiv/dist',
194+
src: ['./html5shiv.js'],
195+
dest: 'dist/assets/lib/html5shiv'
196+
},
197+
{
198+
expand: true,
199+
cwd: 'bower_components/respond',
200+
src: ['./respond.min.js'],
201+
dest: 'dist/assets/lib/respond'
196202
}
197203
]
198204
}

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Metis Admin Template with Twitter Bootstrap [![Build Status](https://travis-ci.o
55
Bootstrap 2.3.2 [V.1.2](https://github.com/onokumus/Bootstrap-Admin-Template/archive/v1.2.zip)
66
ready for use
77

8-
Bootstrap 3.0.0 [V2.1.1](https://github.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
8+
Bootstrap 3.0.0 [V2.1.2](https://github.com/onokumus/Bootstrap-Admin-Template/archive/master.zip)
99
ready `dist` folder your use
1010

1111

1212

1313
### Building
1414

15-
#### 2.1.1 Version
15+
#### 2.1.2 Version
1616
required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](http://gruntjs.com/getting-started)
1717

1818
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
@@ -34,14 +34,15 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
3434

3535
### Demo
3636

37-
#### For 2.1.1 version
37+
#### For 2.1.2 version
3838
http://demo.onokumus.com/metis/
3939

4040
#### For 1.2 version
4141
(not development)
4242
http://demo.onokumus.com/metis/v12
4343

4444
### Release History
45+
* 2013-11-30 v2.1.2 create menu plugin, rewrite menu.less
4546
* 2013-10-28 v2.1.1 add bower
4647
* 2013-10-28 v2.1.1 remove bootsrap, font awesome, gmaps submodule.
4748
* 2013-10-23   v2.1.1 Adds `bgimage.html` and `bgcolor.html` pages.

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bootstrap-Admin-Template",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": {
55
"name": "Osman Nuri Okumuş",
66
"email": "onokumus@gmail.com",
@@ -23,6 +23,7 @@
2323
"bootstrap": "~3.0.2",
2424
"font-awesome": "~4.0.3",
2525
"gmaps": "~0.4.8",
26-
"html5shiv": "~3.7.0"
26+
"html5shiv": "~3.7.0",
27+
"respond": "~1.4.0"
2728
}
2829
}

0 commit comments

Comments
 (0)