Skip to content

Commit

Permalink
refactor: more fixes to move styles
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 30, 2021
1 parent 8eb2bd6 commit 0d8e359
Show file tree
Hide file tree
Showing 12 changed files with 210 additions and 188 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

SRC := $(shell find docs src -type f -a -iname '*.py')
DOCS := docs/*.rst *.rst *.md
STYLES := $(shell find styles -type f)
STYLES := $(shell find src/nitpick/resources -type f)
TESTS := $(shell find tests -type f -iname '*.py')
GITHUB = $(shell find .github -type f)
ANY := $(SRC) $(DOCS) $(STYLES) $(TESTS) $(GITHUB)
Expand Down
Loading

0 comments on commit 0d8e359

Please sign in to comment.