Skip to content

Commit

Permalink
clean js dir in make file clean:
Browse files Browse the repository at this point in the history
  • Loading branch information
dartcafe committed Jan 19, 2020
1 parent 4c79702 commit 2e40deb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ lint-fix:
.PHONY: clean
clean:
rm -rf $(build_dir)
rm -f js/polls.js
rm -f js/polls.js.map

rm -rf js/
mkdir -p js
clean-dev: clean
rm -rf node_modules
rm -rf ./vendor
Expand Down

0 comments on commit 2e40deb

Please sign in to comment.