Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Fix build #36

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
_site
node_modules
*.sublime-workspace
Gemfile.lock
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: deps build

build:
./node_modules/stylus/bin/stylus s/style.styl
./node_modules/stylus/bin/stylus -w s/style.styl -o s/style.css

serve:
jekyll serve --watch --config _config.yml,_config-dev.yml
Expand Down
Loading