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
ee36cb01
Verified
Commit
ee36cb01
authored
Jul 05, 2020
by
Jelle van der Waa
🚧
Browse files
Add required dependency for the js/sass watcher
parent
a4474b1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ee36cb01
...
...
@@ -16,11 +16,11 @@ all: vendor
# Watchers
.PHONY
:
sass-watcher
sass-watcher
:
sass-watcher
:
vendor
$(SASS)
--watch
src/style.scss:public/bundle.css
.PHONY
:
js-watcher
js-watcher
:
js-watcher
:
vendor
# TODO: yarn run doesn't work..
./node_modules/.bin/budo src/index.js:bundle.js
--dir
public
--port
$(PORT)
--live
--
-t
babelify
...
...
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