Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Rebuilderd Website
Commits
b19c2c5c
Verified
Commit
b19c2c5c
authored
Jun 27, 2020
by
Jelle van der Waa
🚧
Browse files
Make dist target depend on vendor
parent
ef80c554
Pipeline
#277
passed with stage
in 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b19c2c5c
...
...
@@ -28,7 +28,7 @@ js-watcher:
# Dist
.PHONY
:
dist
dist
:
dist
:
vendor
@
mkdir
-p
"dist/
${PACKAGE_NAME}
-
${VERSION}
"
cp
-avf
public/index.html
"dist/
${PACKAGE_NAME}
-
${VERSION}
/index.html"
# TODO: cache-invalidation with version string replaced in html file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment