Commit 616cbf93 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

remove uglify variable from makefile

parent b38a13ef
Showing with 0 additions and 1 deletion
+0 -1
...@@ -3,7 +3,6 @@ BOOTSTRAP_LESS = ./less/bootstrap.less ...@@ -3,7 +3,6 @@ BOOTSTRAP_LESS = ./less/bootstrap.less
BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
LESS_COMPRESSOR ?= `which lessc` LESS_COMPRESSOR ?= `which lessc`
UGLIFY_JS ?= `which uglifyjs`
WATCHR ?= `which watchr` WATCHR ?= `which watchr`
# #
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment