mirror of https://github.com/ColorlibHQ/AdminLTE
Updated files
commit
edd6de2e50
|
@ -64,7 +64,7 @@ module.exports = function (grunt) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//Build the documentaion files
|
//Build the documentation files
|
||||||
includes: {
|
includes: {
|
||||||
build: {
|
build: {
|
||||||
src: ['*.html'], // Source files
|
src: ['*.html'], // Source files
|
||||||
|
@ -81,4 +81,4 @@ module.exports = function (grunt) {
|
||||||
});
|
});
|
||||||
// the default task (running "grunt" in console) is "watch"
|
// the default task (running "grunt" in console) is "watch"
|
||||||
grunt.registerTask('default', ['watch']);
|
grunt.registerTask('default', ['watch']);
|
||||||
};
|
};
|
||||||
|
|
|
@ -92,6 +92,9 @@ AdminLTE 1.x can be easily upgraded to 2.x using [this guide](http://almsaeedstu
|
||||||
|
|
||||||
Change log
|
Change log
|
||||||
----------
|
----------
|
||||||
|
**v2.0.4:**
|
||||||
|
- Fixed bower.json to pick up newest release.
|
||||||
|
-
|
||||||
**v2.0.3**
|
**v2.0.3**
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
- Fixed extra page when printing issue #264
|
- Fixed extra page when printing issue #264
|
||||||
|
|
Loading…
Reference in New Issue