Skip to content
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

chore: load static not staticfiles templatetag #628

Closed
wants to merge 230 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
230 commits
Select commit Hold shift + click to select a range
5f39df6
feat(core-styles): get updates beyond v0.11.0
wesleyboar Nov 16, 2022
10cac65
fix(core-styles): import new table objects
wesleyboar Nov 16, 2022
e4bea96
fix(core-styles): rename file so a demo page loads
wesleyboar Nov 16, 2022
2cb3611
feat(taccsite_ui): use tup cms link color
wesleyboar Nov 16, 2022
87b8df3
fix(core-styles): let demo bootstrap, fix caption
wesleyboar Nov 16, 2022
081ab3b
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Nov 17, 2022
d8fd7bc
feat(core-styles): pin to latest of main now
wesleyboar Nov 17, 2022
9d1597b
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Nov 17, 2022
7b40ae6
feat(core-styles): load deps, dist, misc, fonts
wesleyboar Nov 21, 2022
79c60d1
feat(core-styles): install base stylesheets
wesleyboar Nov 21, 2022
7eb8d98
fix(core-styles): install fixed base stylesheets
wesleyboar Nov 21, 2022
ff12358
chore(npm): copy fonts after css build (specific)
wesleyboar Nov 21, 2022
68d8a21
fix(core-styles): load icons (which moved)
wesleyboar Nov 21, 2022
34b87df
feat(css): serve core-styles base CSS as if a CDN
wesleyboar Nov 21, 2022
1daff5d
chore(taccsite_ui): no re-build core-styles dist
wesleyboar Nov 21, 2022
7872ca5
fix(core-styles): base.*.css → core-styles.*.css
wesleyboar Nov 22, 2022
3d5f11c
test(css): v1 core-styles: setting, layers
wesleyboar Nov 22, 2022
5dc6fea
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Nov 22, 2022
ee79fad
fix(css): v1 core-styles: export setting
wesleyboar Nov 22, 2022
3179f3a
chore(settings): explicit pass to templates
wesleyboar Nov 22, 2022
03fb16c
fix(settings): TACC_CORE_STYLES_VERSION nav_search
wesleyboar Nov 22, 2022
be4d68a
fix(core-styles): base includes cms
wesleyboar Nov 22, 2022
09ead26
fix(core-styles): load latest (i thought i had)
wesleyboar Nov 22, 2022
9757a07
fix(core-styles): s-portal-nav on layers
wesleyboar Nov 22, 2022
4f88465
fix(core-styles): build s-portal-nav on layers
wesleyboar Nov 22, 2022
86c8213
feat(css): project.global.css, if/then font load
wesleyboar Nov 22, 2022
f2de157
chore(css): adapt to core-styles font path fixes
wesleyboar Nov 23, 2022
72a4aa5
chore(core-styles): dist header style scope fix
wesleyboar Nov 23, 2022
0239cad
feat(…_ui): patterns cms/core → core-cms/styles
wesleyboar Nov 23, 2022
d13ca50
feat(…ui): django-cms-forms pattern
wesleyboar Nov 23, 2022
91efa2e
fex(…ui): temp core-styles django-cms-forms works
wesleyboar Nov 23, 2022
7159fcf
fix(taccsite): NO DUPLICATE CSS
wesleyboar Nov 23, 2022
54427c9
chore(core-styles): latest layers & form patterns
wesleyboar Nov 23, 2022
dad50e8
chore(core-styles): update font path
wesleyboar Nov 28, 2022
0df4155
feat(core-styles): form patterns
wesleyboar Nov 29, 2022
d7769ae
feat(demo): refactor asset load
wesleyboar Nov 29, 2022
f797e4c
fix(core-styles): undo s-portal-nav margin bottom
wesleyboar Nov 29, 2022
2aa7188
fix(fonts): path consistent w/ core-styles
wesleyboar Nov 29, 2022
6efcf55
feat(core-sstyles): add c-form to …base.css
wesleyboar Nov 30, 2022
6ae0653
chore(core-sstyles): install latest current branch
wesleyboar Nov 30, 2022
219fca6
feat: simpler distinction of core-styles v1 change
wesleyboar Dec 1, 2022
6b46dce
docs: update URL to Core-Styles
wesleyboar Dec 1, 2022
53f7f7e
fix(demo): load bootstrap, not base twice
wesleyboar Dec 2, 2022
fc95edf
chore(core-styles): install latest
wesleyboar Dec 2, 2022
b30b728
chore(core-styles): install even latest-er
wesleyboar Dec 2, 2022
319d7bf
chore(core-styles): install most latest-er
wesleyboar Dec 2, 2022
f48256a
chore(core-styles): install bleeding edge
wesleyboar Dec 2, 2022
4ee2239
fix(core-styles): no CSS layers in source CSS
wesleyboar Dec 5, 2022
5fd1676
chore(core-styles): v1.0.0
wesleyboar Dec 6, 2022
a2eed8a
chore(djangocms_blog): link to extended template
wesleyboar Dec 7, 2022
a2cf1a9
feat(djangocms_blog): html, category & tag classes
wesleyboar Dec 7, 2022
e412651
fix(templates): blog_meta category & tag classname
wesleyboar Dec 7, 2022
5fbef9d
feat(css): django-cms-blog, multimedia article
wesleyboar Dec 7, 2022
852ec1f
fix(demo): build from cms build not styles dist
wesleyboar Dec 8, 2022
4008682
feat(css): x-drop-cap, s-drop-cap
wesleyboar Dec 8, 2022
5acb0ac
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 8, 2022
f1ba69f
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 9, 2022
19defb5
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 12, 2022
bc7a5e4
Merge branch 'main' into task/tup-258-cmd-news
wesleyboar Dec 12, 2022
d8aa1f9
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 13, 2022
c938c60
chore(core-styles): misc updates
wesleyboar Dec 13, 2022
407fb21
fix(core-styles): hide vert icon text overflow
wesleyboar Dec 13, 2022
2f9324c
fix(css): cms c-button for site and site.cms
wesleyboar Dec 13, 2022
08237ce
feat(core-styles): v1 font-sizes vs. v0 font-sizes
wesleyboar Dec 14, 2022
d8080a9
fix(core-styles)!: reduce body font size to "12px"
wesleyboar Dec 14, 2022
35e4a74
feat(core-styles): polished font settings
wesleyboar Dec 15, 2022
1d768cc
feat(core-styles)!: delete v0 CMS heading styles
wesleyboar Dec 16, 2022
30c5f86
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 16, 2022
5bd4fc7
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 16, 2022
0fb73c6
Merge branch 'task/get-core-styles-beyond-0.11.0' of github.com:TACC/…
wesleyboar Dec 16, 2022
f6da10a
fix(taccsite_ui): load core-styles.demo
wesleyboar Dec 16, 2022
4d2987d
fix(demo): do not force cms styles on all of demo
wesleyboar Dec 16, 2022
65ac7d2
feat(demo): load global vs. custom cms css files
wesleyboar Dec 17, 2022
c7d1761
fix(demo): global message hyperlink states
wesleyboar Dec 17, 2022
e342d51
fix(core-styles)!: cms font sizes was missing 14px
wesleyboar Dec 20, 2022
76dc2f5
fix(demo): get missing portal styles, load all from core
wesleyboar Dec 20, 2022
0c9a5b1
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Dec 20, 2022
2f90753
feat(core-styles): new c-card and o-section
wesleyboar Jan 3, 2023
99bfd23
feat(core-styles): support .o-section as .section
wesleyboar Jan 6, 2023
a93bcbe
feat(settings): card & section Style choices
wesleyboar Jan 6, 2023
d3b640c
feat(core-styles): many c-card fixes and updates
wesleyboar Jan 6, 2023
b0a7624
feat(core-styles): c-data-list & data-list
wesleyboar Jan 10, 2023
2efbd97
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Jan 10, 2023
758a3c7
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Jan 10, 2023
78f90b8
Merge branch 'main' into task/tup-258-cmd-news
wesleyboar Jan 10, 2023
2a14f0e
Merge branch 'task/tup-258-cmd-news' into dev/tup-cms
wesleyboar Jan 10, 2023
c43a30c
Merge branch 'main' into dev/tup-cms
wesleyboar Jan 11, 2023
6021a50
Merge branch 'main' into dev/tup-cms
wesleyboar Jan 12, 2023
c883ce9
fix: multimedia post custom media setting typo
wesleyboar Jan 12, 2023
63694a3
Merge branch 'main' into dev/tup-cms
wesleyboar Jan 12, 2023
c1a6218
Merge branch 'main' into dev/tup-cms
wesleyboar Jan 12, 2023
f3ea624
fix(core-styles): c-card updates (via dev/tup-cms)
wesleyboar Jan 13, 2023
267105c
feat(core-styles): base, cms, docs, portal re-org (#586)
wesleyboar Jan 19, 2023
987db14
feat(core-styles): install latest
wesleyboar Jan 23, 2023
7a4d4b9
feat(css): use core-styles for basic .align styles
wesleyboar Jan 23, 2023
a8d2ef3
feat(core-styles): pin to installed commit
wesleyboar Jan 24, 2023
591b396
fix(css): manual updates from core-styles
wesleyboar Jan 24, 2023
aed8646
fix(core-styles): add core-cms docs pseudo-cdn css
wesleyboar Jan 24, 2023
b45285d
fix(taccsite_ui): load s-drop-cap & x-drop-cap css
wesleyboar Jan 24, 2023
458eda3
fix(core-styles): pin to latest commit (has fixes)
wesleyboar Jan 24, 2023
2547d11
fix(core-styles): no card pattern for …portal.css
wesleyboar Jan 26, 2023
a1370d9
fix(core-styles): no card pattern in modals
wesleyboar Jan 26, 2023
5b63663
fix(core-styles): no TACC card for portal, modal
wesleyboar Jan 26, 2023
dc0b2be
fix(core-styles): unaligned figure image shrink
wesleyboar Feb 1, 2023
602ba12
fix(templates): djangcms_picture, alignment issues (#588)
wesleyboar Feb 2, 2023
6d4d328
Task/tup 395 cmd news layout switch (#589)
wesleyboar Feb 3, 2023
8f5ed01
chore(core-styles): install installed branch merge
wesleyboar Feb 3, 2023
c372d66
Task/auto responsive vdeo embed (#590)
wesleyboar Feb 3, 2023
1271a6a
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 4, 2023
e036af3
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 6, 2023
331509d
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 6, 2023
4eb875d
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 7, 2023
c70f2f3
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 7, 2023
8a558dd
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 8, 2023
bdb701a
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 9, 2023
ad9f0f5
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 9, 2023
01abce0
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Feb 9, 2023
6da8993
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 9, 2023
8fee781
feat(blog): tup-395, styles (#587)
wesleyboar Feb 9, 2023
aa2463f
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 9, 2023
b0c8813
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 9, 2023
da64653
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Feb 9, 2023
b1bdde4
feat(djangocms_blog): simple article link & "to be published" (#599)
wesleyboar Feb 13, 2023
e7bf0c6
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 14, 2023
f596927
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 14, 2023
cd3ef31
chore(core-styles): tup-cms table updates (#603)
wesleyboar Feb 14, 2023
41fdf60
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 14, 2023
bdb35d8
Merge branch 'task/get-core-styles-beyond-0.11.0' of github.com:TACC/…
wesleyboar Feb 14, 2023
c457eb3
feat(settings): tup-437, SEARCH_QUERY_PARAM_NAME
wesleyboar Feb 23, 2023
6df58e2
chore(settings): remove extra new line
wesleyboar Feb 23, 2023
2581ba6
fix(settings): pass settings to nav_search
wesleyboar Feb 23, 2023
5ad8614
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 23, 2023
1b4bdd2
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 23, 2023
a8f05d4
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Feb 23, 2023
b803ee7
Merge branch 'task/tup-437-search-query-param-name' into dev/tup-cms
wesleyboar Feb 23, 2023
387276e
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 23, 2023
e0a25a7
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 23, 2023
6bf0723
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Feb 23, 2023
2883efc
Merge branch 'main' into dev/tup-cms
wesleyboar Feb 28, 2023
c2f7dd4
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Feb 28, 2023
23ffd2e
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Feb 28, 2023
df966c5
docs(templates): remove confusing text
wesleyboar Feb 28, 2023
0fd0a11
feat(core-styles): v2
wesleyboar Feb 28, 2023
3440482
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 1, 2023
289711a
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 1, 2023
55855d5
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 1, 2023
d234bc8
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 2, 2023
cbd7241
fix(core-styles): v2.0.1 has-dark-logo dist files
wesleyboar Mar 2, 2023
4e74670
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 2, 2023
3989f22
fix(css): theme has-dark-logo aka light header (#607)
wesleyboar Mar 2, 2023
818972c
feat(core-styles): new message styles
wesleyboar Mar 2, 2023
82e28f9
chore(core-styles): v2.1.0
wesleyboar Mar 3, 2023
eee78f0
fix(css): django-cms-forms from core-styles v2.1.0
wesleyboar Mar 6, 2023
32e4324
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 6, 2023
acbe1e5
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 10, 2023
9ad8f91
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 10, 2023
5808fdc
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 10, 2023
f69b700
fix(core-styles): v2.5.0 (misc fixes)
wesleyboar Mar 10, 2023
b9bd92b
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 10, 2023
bb8e03b
feat: svg logos, branding & social, plus templates
wesleyboar Mar 13, 2023
c40787a
Merge branch 'task/svg-logos' into dev/tup-cms
wesleyboar Mar 13, 2023
b30575f
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 13, 2023
0791ff1
feat(djangocms_picture): child plugins as caption (#609)
wesleyboar Mar 14, 2023
c9f0dce
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 14, 2023
c3de250
fix(djangocms_picture): child plugins as caption (#610)
wesleyboar Mar 15, 2023
71dfb1b
fix(djangocms_picture): caption attr hoist on nest
wesleyboar Mar 15, 2023
a283d2b
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 15, 2023
721adec
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 15, 2023
0340445
fix(djangocms_picture): missing "not" in if clause
wesleyboar Mar 15, 2023
91760d2
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 15, 2023
d95ef64
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 15, 2023
f870f2f
feat: djangocms icon plugin support cortal & svg
wesleyboar Mar 17, 2023
d149876
chore: clean up (comments, remove extra loads)
wesleyboar Mar 17, 2023
d132cca
Merge branch 'task/icon-support-cortal-svg' into dev/tup-cms
wesleyboar Mar 17, 2023
2fed0be
feat(djangocms_icon): reuse svg tpl via path param
wesleyboar Mar 17, 2023
e6aa64b
feat(djangocms_icon): reuse svg tpl via path param
wesleyboar Mar 17, 2023
9b47609
Merge branch 'task/icon-support-cortal-svg' into dev/tup-cms
wesleyboar Mar 17, 2023
5390399
feat(djangocms_icon): assume static paths
wesleyboar Mar 17, 2023
959e1a4
feat(djangocms_icon): assume static paths
wesleyboar Mar 17, 2023
2cc0892
Merge branch 'task/icon-support-cortal-svg' into dev/tup-cms
wesleyboar Mar 17, 2023
c45f9fe
feat(css): span display inline block
wesleyboar Mar 18, 2023
293c5fb
Merge branch 'task/icon-support-cortal-svg' into dev/tup-cms
wesleyboar Mar 18, 2023
8f82ce7
fix(css): django-cms-icon svg stretch to fill
wesleyboar Mar 18, 2023
e0661c4
fix(css): django-cms-icon svg stretch to fill
wesleyboar Mar 18, 2023
8c28b04
Merge branch 'task/icon-support-cortal-svg' into dev/tup-cms
wesleyboar Mar 18, 2023
fb63bca
Task/tup 395 cmd news styles from tup cms (#612)
wesleyboar Mar 19, 2023
b20d1ee
fix: tup-398, blog css simple & better ⚠️ UNTESTED
wesleyboar Mar 20, 2023
da8744b
feat: tup-398, blog layout toggle selector param
wesleyboar Mar 20, 2023
16fb239
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 21, 2023
d574ac5
Merge branch 'dev/tup-cms' into task/tup-398-user-updates-styles
wesleyboar Mar 21, 2023
f653b28
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 21, 2023
481defe
Merge branch 'task/get-core-styles-beyond-0.11.0' into task/tup-398-u…
wesleyboar Mar 21, 2023
9ae0ea4
fix(tup-cms): user news read page header layout
wesleyboar Mar 21, 2023
91763a9
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 21, 2023
5591337
Merge branch 'dev/tup-cms' into task/tup-398-user-updates-styles
wesleyboar Mar 21, 2023
3d25c6f
fix(css): blog/news title to be regular link color
wesleyboar Mar 21, 2023
1ea1876
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 21, 2023
52d245b
feat(core-styles): v2.6.0
wesleyboar Mar 21, 2023
f42cb52
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 21, 2023
2ab237a
Merge branch 'main' into task/tup-398-user-updates-styles
wesleyboar Mar 22, 2023
9380f9f
Merge branch 'task/tup-398-user-updates-styles' into dev/tup-cms
wesleyboar Mar 22, 2023
4f8cd08
fix: portal nav not to touch cms menu if no search
wesleyboar Mar 24, 2023
4b8ed86
Merge branch 'fix/do-not-let-portal-nav-touch-cms-menu-when-no-search…
wesleyboar Mar 24, 2023
6d1bf61
fix: portal nav not to touch cms menu if no search (#615)
wesleyboar Mar 24, 2023
38934a4
Merge branch 'dev/tup-cms' of github.com:TACC/Core-CMS into dev/tup-cms
wesleyboar Mar 24, 2023
6e9842c
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 24, 2023
27113db
chore(core-styles): commit 675e5d5
wesleyboar Mar 28, 2023
6f1f96e
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 28, 2023
8cf9fee
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 28, 2023
6aafe97
Merge branch 'main' into dev/tup-cms
wesleyboar Mar 28, 2023
41746e6
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 28, 2023
664a259
feat(css): wider articles, reskin figures & quotes
wesleyboar Mar 30, 2023
0143ddd
feat(css): install related core-styles branch
wesleyboar Mar 30, 2023
4b7c35b
fix: default TACC_CORE_STYLES_VERSION to 2 not 0
wesleyboar Mar 31, 2023
a9199ce
Merge branch 'main' into task/get-core-styles-beyond-0.11.0
wesleyboar Mar 31, 2023
fe6bd97
Merge branch 'task/get-core-styles-beyond-0.11.0' of github.com:TACC/…
wesleyboar Mar 31, 2023
f194c14
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Mar 31, 2023
55d86ac
test(core-styles): change default accent color (#617)
wesleyboar Mar 31, 2023
5e6b16c
Merge branch 'dev/tup-cms' into task/migrate-tup-cms-styles-to-core-cms
wesleyboar Mar 31, 2023
876dbf4
fix(css): no mix postcss nested, seletctor, extend
wesleyboar Apr 3, 2023
829030d
feat(css): migrate tup-cms styles to core-cms (part 2) (#620)
wesleyboar Apr 4, 2023
07c052b
chore(core-styles): install v2.6.2
wesleyboar Apr 4, 2023
3d9d2b5
Merge branch 'task/get-core-styles-beyond-0.11.0' into dev/tup-cms
wesleyboar Apr 4, 2023
6df6487
Merge branch 'main' into dev/tup-cms
wesleyboar Apr 5, 2023
44cc9a2
fix: add+use core-styles.wysiwyg.css not copied code (#618)
wesleyboar Apr 5, 2023
a43fb5c
fix(css): load blog css in correct layer
wesleyboar Apr 7, 2023
59842ca
chore(css): remove unnecessary css trick
wesleyboar Apr 7, 2023
1b88834
Merge branch 'main' into dev/tup-cms
wesleyboar Apr 10, 2023
ada0e8a
feat(css): figure, caption, etc styles; whole site (#624)
wesleyboar Apr 10, 2023
d5666f4
fix: django 3.0 staticfiles deprecated, use static
wesleyboar May 1, 2023
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Only appointed team members may release versions.
[Core Portal Deployments]: https://github.com/TACC/Core-Portal-Deployments
[Camino]: https://github.com/TACC/Camino
[Core CMS]: https://github.com/TACC/Core-CMS
[Core Styles]: https://github.com/TACC/tup-ui/tree/main/libs/core-styles
[Core Styles]: https://github.com/TACC/Core-Styles
[Core CMS Resources]: https://github.com/TACC/Core-CMS-Resources
[Core CMS Custom]: https://github.com/TACC/Core-CMS-Custom
[Core Portal]: https://github.com/TACC/Core-Portal
Expand Down
10 changes: 0 additions & 10 deletions bin/build-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ const BUILD_ID = ARGS['build-id'] || '';
(() => {
// Get style paths
const corePath = _getPath('taccsite_cms', 'site_cms');
const demoPath = 'node_modules/@tacc/core-styles';
const projPath = _getPath(`taccsite_custom/${PROJECT_NAME}`, PROJECT_NAME );
const hasProject = ( PROJECT_NAME && PROJECT_NAME !== CORE_NAME );

// Get config paths
const coreConfPath = `${ROOT}/${corePath}/.postcssrc.yml`;
const demoConfPath = coreConfPath;
const projConfPath = `${ROOT}/${projPath}/.postcssrc.yml`;
const confPaths = [coreConfPath];

Expand All @@ -47,14 +45,6 @@ const BUILD_ID = ARGS['build-id'] || '';
customConfigs: confPaths
}}
});
_build('Demo', {
input: `${ROOT}/${demoPath}/src/**/*.css`,
output: `${ROOT}/${demoPath}/build`,
opts: {...defaultOpts, ...{
customConfigs: [demoConfPath],
baseMirrorDir: `${ROOT}/${demoPath}/src/lib/_imports`
}}
});
if ( hasProject ) {
_build( PROJECT_NAME, {
input: `${ROOT}/${projPath}/src/**/*.css`,
Expand Down
Loading