Skip to content

Commit

Permalink
build release without source-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Keil committed Apr 29, 2016
1 parent 571dd24 commit 658b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ report: test
.PHONY: build prepare test clean init report

lib/%.js: src/%.ls
$(LSC) --map linked --bare -o "$(shell dirname $@)" -c "$<"
$(LSC)$(if $(RELEASE),, --map linked) --bare -o "$(shell dirname $@)" -c "$<"

browser/%.js: lib/%.js
$(BRSIFY) -r "./$<:prelude" > "$@"
Expand Down

0 comments on commit 658b06f

Please sign in to comment.