Skip to content

Commit

Permalink
Remove node-which, upgrade grunt (#270)
Browse files Browse the repository at this point in the history
* Remove node-which, upgrade grunt

Signed-off-by: Victor Adossi <[email protected]>

* Add coffeescript as an official dev dependency

Signed-off-by: Victor Adossi <[email protected]>

* Add basic makefile

Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
Victor Adossi authored Jun 10, 2021
1 parent 4b701f3 commit 3aad3e4
Show file tree
Hide file tree
Showing 3 changed files with 9,331 additions and 659 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.PHONY: all install build

all: build

NPM ?= npm
GRUNT ?= ./node_modules/.bin/grunt

install:
$(NPM) install

build:
$(GRUNT)
Loading

0 comments on commit 3aad3e4

Please sign in to comment.