Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7159398
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
275 B
Referenced Files
None
Subscribers
None
Makefile
View Options
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
Details
Attached
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)
Attached To
Mode
rSYLKRTC SylkRTC.js
Attached
Detach File
Event Timeline
Log In to Comment