Skip to content

Commit 8cc954a

Browse files
author
FezVrasta
committed
security fix
1 parent 39fc813 commit 8cc954a

31 files changed

Lines changed: 294 additions & 1899 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Example .gitignore files: https://github.com/github/gitignore
44

55
Thumbs.db
6-
.DS_Store
6+
.DS_Store
7+
/node_modules/

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Playground
2+
3+
Use this pen to test and deveop new features of Material Design for Bootstrap:
4+
5+
http://codepen.io/FezVrasta/pen/ihmea
6+
7+
It already includes every needed dependency and is based on the latest version of the theme.
8+
9+
## Grunt
10+
11+
**Grunt!** Ok... when you edit something please run `grunt` to compile CSS and copy stuff in the correct folders. Thanks!

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ If you like this project you may support me by donating something on Gittip, sta
5656
[![gittip](screenshots/gittip-button.jpg)](https://www.gittip.com/FezVrasta/)
5757
[![issues](screenshots/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
5858

59+
# Contribute
60+
61+
Please see the [contrib](CONTRIBUTING.md) file.
62+
5963
# Documentation
6064

6165
Material Design for Bootstrap provides some additional stuff to get the best from Material Design.

compile.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "less": [] }

0 commit comments

Comments
 (0)