UNPKG

inline-assets

Version:

Inline External Assets of HTML/CSS Files

19 lines (11 loc) 260 B
NPM = npm GRUNT = ./node_modules/grunt-cli/bin/grunt all: build bootstrap: @if [ ! -x $(GRUNT) ]; then $(NPM) install; fi build: bootstrap @$(GRUNT) clean: bootstrap @$(GRUNT) clean:clean distclean: bootstrap @$(GRUNT) clean:clean clean:distclean