We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22542b3 commit 090ce31Copy full SHA for 090ce31
Makefile
@@ -77,7 +77,7 @@ $(SNIPPET_OUT): $(SRC) $(SNIPPET)
77
@$(MINIFY) $(SNIPPET) -m -b max-line-len=80,beautify=false | awk 'NF' > $(SNIPPET_OUT)
78
79
$(SEGMENT_SNIPPET_OUT): $(SRC) $(SNIPPET)
80
- @grep -Ev "\ba?s\b" $(SNIPPET) | $(MINIFY) -m -b max-line-len=80,beautify=false - \
+ @sed -n '/createElement/,/insertBefore/!p' $(SNIPPET) | $(MINIFY) -m -b max-line-len=80,beautify=false - \
81
| awk 'NF' > $(SEGMENT_SNIPPET_OUT)
82
83
#
0 commit comments