-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented bower to replace a lot of static files. Closing #21
- Loading branch information
Showing
44 changed files
with
34 additions
and
3,745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "realestate/static/bower_components" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,6 @@ settings_local.py | |
django_realestate.egg-info | ||
*.swp | ||
.ropeproject/ | ||
|
||
#Bower | ||
bower_components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-212 Bytes
realestate/static/admin/css/images/ui-bg_flat_0_aaaaaa_40x100.png
Binary file not shown.
Binary file removed
BIN
-206 Bytes
realestate/static/admin/css/images/ui-bg_flat_55_fbec88_40x100.png
Binary file not shown.
Binary file removed
BIN
-336 Bytes
realestate/static/admin/css/images/ui-bg_glass_75_d0e5f5_1x400.png
Binary file not shown.
Binary file removed
BIN
-341 Bytes
realestate/static/admin/css/images/ui-bg_glass_85_dfeffc_1x400.png
Binary file not shown.
Binary file removed
BIN
-332 Bytes
realestate/static/admin/css/images/ui-bg_glass_95_fef1ec_1x400.png
Binary file not shown.
Binary file removed
BIN
-5.69 KB
realestate/static/admin/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png
Binary file not shown.
Binary file removed
BIN
-333 Bytes
realestate/static/admin/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png
Binary file not shown.
Binary file removed
BIN
-292 Bytes
realestate/static/admin/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
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.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
229 changes: 0 additions & 229 deletions
229
realestate/static/admin/fonts/glyphicons-halflings-regular.svg
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.