You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(NPM_BIN)/phantomjs $(NODE_MODULES)/yslowjs/lib/yslow_phantom.js -info all --format tap http://tarmolov.github.io/bem-calendar/pages/calendar/calendar.html
# Build project
build:
YENV=$(YENV) $(ENB) make
# Run server
server:
@$(ENB) server
# Clean build results
clean:
$(ENB) make clean
.PHONY: all npm validate lint test build server clean yslow