Skip to content

Add extension submodules #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
.venv

build/
dist/
dist/*
!dist/js
django_simple_bulma.egg-info/
57 changes: 57 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
[submodule "bulma"]
path = django_simple_bulma/bulma
url = https://github.com/jgthms/bulma.git
[submodule "bulma-tagsinput"]
path = django_simple_bulma/extensions/bulma-tagsinput
url = https://github.com/CreativeBulma/bulma-tagsinput.git
[submodule "bulma-divider"]
path = django_simple_bulma/extensions/bulma-divider
url = https://github.com/CreativeBulma/bulma-divider.git
[submodule "bulma-badge"]
path = django_simple_bulma/extensions/bulma-badge
url = https://github.com/CreativeBulma/bulma-badge.git
[submodule "bulma-carousel"]
path = django_simple_bulma/extensions/bulma-carousel
url = https://github.com/Wikiki/bulma-carousel.git
[submodule "bulma-calendar"]
path = django_simple_bulma/extensions/bulma-calendar
url = https://github.com/Wikiki/bulma-calendar.git
[submodule "bulma-tooltip"]
path = django_simple_bulma/extensions/bulma-tooltip
url = https://github.com/Wikiki/bulma-tooltip.git
[submodule "bulma-quickview"]
path = django_simple_bulma/extensions/bulma-quickview
url = https://github.com/Wikiki/bulma-quickview.git
[submodule "bulma-iconpicker"]
path = django_simple_bulma/extensions/bulma-iconpicker
url = https://github.com/Wikiki/bulma-iconpicker.git
[submodule "bulma-pricingtable"]
path = django_simple_bulma/extensions/bulma-pricingtable
url = https://github.com/Wikiki/bulma-pricingtable.git
[submodule "bulma-megamenu"]
path = django_simple_bulma/extensions/bulma-megamenu
url = https://github.com/hunzaboy/bulma-megamenu.git
[submodule "Cool-Checkboxes-for-Bulma.io"]
path = django_simple_bulma/extensions/bulma-coolcheckboxes
url = https://github.com/hunzaboy/Cool-Checkboxes-for-Bulma.io.git
[submodule "bulma-slider"]
path = django_simple_bulma/extensions/bulma-slider
url = https://github.com/Wikiki/bulma-slider.git
[submodule "bulma-checkradio"]
path = django_simple_bulma/extensions/bulma-checkradio
url = https://github.com/Wikiki/bulma-checkradio.git
[submodule "bulma-switch"]
path = django_simple_bulma/extensions/bulma-switch
url = https://github.com/Wikiki/bulma-switch.git
[submodule "bulma-pageloader"]
path = django_simple_bulma/extensions/bulma-pageloader
url = https://github.com/Wikiki/bulma-pageloader.git
[submodule "bulma-ribbon"]
path = django_simple_bulma/extensions/bulma-ribbon
url = https://github.com/Wikiki/bulma-ribbon.git
[submodule "bulma-steps"]
path = django_simple_bulma/extensions/bulma-steps
url = https://github.com/Wikiki/bulma-steps.git
[submodule "bulma-timeline"]
path = django_simple_bulma/extensions/bulma-timeline
url = https://github.com/Wikiki/bulma-timeline.git
[submodule "bulma-collapsible"]
path = django_simple_bulma/extensions/bulma-collapsible
url = https://github.com/CreativeBulma/bulma-collapsible.git
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
include LICENSE
recursive-include django_simple_bulma *

prune django_simple_bulma/bulma
graft django_simple_bulma/bulma/sass

prune django_simple_bulma/extensions
graft django_simple_bulma/extensions/*/dist/js
graft django_simple_bulma/extensions/*/src
prune django_simple_bulma/extensions/*/src/docs
prune django_simple_bulma/extensions/*/src/demo

graft django_simple_bulma/extensions/bulma-coolcheckboxes/dist
include django_simple_bulma/extensions/bulma-megamenu/megamenu.css
21 changes: 0 additions & 21 deletions django_simple_bulma/extensions/_all.sass

This file was deleted.

139 changes: 0 additions & 139 deletions django_simple_bulma/extensions/_bulma-accordion.sass

This file was deleted.

82 changes: 0 additions & 82 deletions django_simple_bulma/extensions/_bulma-badge.sass

This file was deleted.

Loading