Skip to content

Commit

Permalink
Modern tailwind allows dropping parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Nov 18, 2022
1 parent 7aac9de commit 8897e60
Show file tree
Hide file tree
Showing 8 changed files with 1,822 additions and 21,591 deletions.
6 changes: 0 additions & 6 deletions .postcssrc

This file was deleted.

6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MAKEFLAGS := --jobs=16
MAKEFLAGS += --output-sync=target

dev: nanoc parcel ## Start the development environment
dev: nanoc css ## Start the development environment

nanoc: ## Nanoc live preview
@env bin/nanoc live -L -e development

parcel: ## Parcel watch
@npm run server
css: ## Compile CSS
@npm run css

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = "(:|:[^:]*?## )"}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort
Expand Down
1 change: 0 additions & 1 deletion content/main.js

This file was deleted.

1 change: 0 additions & 1 deletion layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
<main class="container mx-auto py-4 px-8">
<%= yield %>
</main>
<script src="/main.js"></script>
</body>
</html>
Loading

0 comments on commit 8897e60

Please sign in to comment.