Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qcat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ISRIC
wocat
qcat
Commits
bfe39e66
Commit
bfe39e66
authored
2 years ago
by
Andreas Nüßlein
Browse files
Options
Downloads
Patches
Plain Diff
version bump and cleanup
parent
cb68c9c2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+2
-2
2 additions, 2 deletions
package.json
poetry.lock
+242
-236
242 additions, 236 deletions
poetry.lock
with
244 additions
and
238 deletions
package.json
+
2
−
2
View file @
bfe39e66
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
"monkeypatch_foundation_global_scss_hide"
:
"sed -e 's/
\\
.hide {$/.b0rkedhide {/' -i node_modules/zurb-foundation-5/scss/foundation/components/_global.scss"
,
"monkeypatch_foundation_global_scss_hide"
:
"sed -e 's/
\\
.hide {$/.b0rkedhide {/' -i node_modules/zurb-foundation-5/scss/foundation/components/_global.scss"
,
"scss:app"
:
"sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/app.scss static/css/app.css"
,
"scss:app"
:
"sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/app.scss static/css/app.css"
,
"scss:summary_raw"
:
"sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/summary_raw.scss static/css/summary_raw.css"
,
"scss:summary_raw"
:
"sass -q -I node_modules/zurb-foundation-5/scss/ static/scss/summary_raw.scss static/css/summary_raw.css"
,
"summary"
:
"npx tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css"
,
"summary"
:
"npx
-y
tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css"
,
"summary:watch"
:
"npx tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css --watch"
,
"summary:watch"
:
"npx
-y
tailwindcss -i ./static/summary.tailwind.css -o ./static/css/summary.css --watch"
,
"build_css"
:
"npm run monkeypatch_foundation_global_scss_hide && npm run scss:app && npm run scss:summary_raw && npm run summary"
"build_css"
:
"npm run monkeypatch_foundation_global_scss_hide && npm run scss:app && npm run scss:summary_raw && npm run summary"
},
},
"type"
:
"module"
"type"
:
"module"
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
242
−
236
View file @
bfe39e66
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment