Skip to content

Commit

Permalink
Implemented bower to replace a lot of static files. Closing #21
Browse files Browse the repository at this point in the history
  • Loading branch information
wm3ndez committed Oct 5, 2014
1 parent 70efb0c commit 96a8fad
Show file tree
Hide file tree
Showing 44 changed files with 34 additions and 3,745 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "realestate/static/bower_components"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ settings_local.py
django_realestate.egg-info
*.swp
.ropeproject/

#Bower
bower_components
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "django-realestate",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.2.0",
"fontawesome": "~4.1.0",
"ionicons": "~1.5.2",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"bootstrap-datepicker": "~1.3.0",
"django-superformset": "git://github.com/jgerigmeyer/jquery-django-superformset.git",
"bootstrap-modal": "git://github.com/jschr/bootstrap-modal.git"
}
}
7 changes: 0 additions & 7 deletions realestate/static/admin/css/bootstrap.min.css

This file was deleted.

4 changes: 0 additions & 4 deletions realestate/static/admin/css/font-awesome.min.css

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed realestate/static/admin/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
414 changes: 0 additions & 414 deletions realestate/static/admin/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
229 changes: 0 additions & 229 deletions realestate/static/admin/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed realestate/static/admin/fonts/ionicons.eot
Binary file not shown.
1,623 changes: 0 additions & 1,623 deletions realestate/static/admin/fonts/ionicons.svg

This file was deleted.

Binary file removed realestate/static/admin/fonts/ionicons.ttf
Binary file not shown.
Binary file removed realestate/static/admin/fonts/ionicons.woff
Binary file not shown.
7 changes: 0 additions & 7 deletions realestate/static/admin/js/bootstrap.min.js

This file was deleted.

Loading

0 comments on commit 96a8fad

Please sign in to comment.