Page MenuHomePhabricator

Makefile
No OneTemporary

Makefile

NODE_MODULES_DIR = node_modules
DIST_DIR = dist
GULP = $(NODE_MODULES_DIR)/.bin/gulp
.PHONY: all clean distclean min watch
all:
$(GULP) dist
clean:
rm -rf $(DIST_DIR)
distclean: clean
rm -rf $(NODE_MODULES_DIR)
min:
$(GULP) --type production
watch:
$(GULP) watch

File Metadata

Mime Type
text/x-makefile
Expires
Sat, Nov 23, 5:18 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3405287
Default Alt Text
Makefile (275 B)

Event Timeline